diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5a15e4f..499f4e9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # These owners will be requested for review when someone opens a pull request. -* @asfadmin/tools-admin \ No newline at end of file +* @asfadmin/tools-admin diff --git a/.github/workflows/labeled-pr.yml b/.github/workflows/labeled-pr.yml index 5d9a75b..e4d6ff9 100644 --- a/.github/workflows/labeled-pr.yml +++ b/.github/workflows/labeled-pr.yml @@ -13,4 +13,4 @@ on: jobs: call-labeled-pr-check-workflow: # Docs: https://github.com/ASFHyP3/actions - uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.9.0 \ No newline at end of file + uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.9.0 diff --git a/.github/workflows/release-checklist-comment.yml b/.github/workflows/release-checklist-comment.yml index ab32836..7b6f67f 100644 --- a/.github/workflows/release-checklist-comment.yml +++ b/.github/workflows/release-checklist-comment.yml @@ -14,4 +14,4 @@ jobs: permissions: pull-requests: write secrets: - USER_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + USER_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2da69df..ce7c3f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,4 +13,4 @@ jobs: release_branch: prod develop_branch: test secrets: - USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} \ No newline at end of file + USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} diff --git a/.github/workflows/tag-version.yml b/.github/workflows/tag-version.yml index c36e4f7..b2c0e8d 100644 --- a/.github/workflows/tag-version.yml +++ b/.github/workflows/tag-version.yml @@ -13,4 +13,4 @@ jobs: user: tools-bot email: UAF-asf-apd@alaska.edu secrets: - USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} \ No newline at end of file + USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} diff --git a/CHANGELOG.md b/CHANGELOG.md index fa279e7..5829cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,4 +8,4 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.0] ### Added -- Versioned releases are now published to GitHub and changes are tracked in CHANGELOG.md \ No newline at end of file +- Versioned releases are now published to GitHub and changes are tracked in CHANGELOG.md