fix: update GitHub workflows to work private asdf Go fork

This commit is contained in:
Trevor Brown 2024-01-27 14:55:09 -05:00
parent 5c85efbc37
commit 3e11bd4b33
2 changed files with 14 additions and 2 deletions

View File

@ -14,3 +14,17 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
scopes: |
# The scope for all the Golang rewrite commits
golang-rewrite
# A list of all used scopes can be computed by running this command:
#
# git log --pretty=format:%s | rg '^[^: ]*\(([^):]*)\).*' -r '$1' | sort | uniq
#
# We only want to allow a limited set of scopes going forward, so
# the list of valid scopes has been pared down here.
docs
website
plugin
completions

View File

@ -9,8 +9,6 @@ on:
jobs:
detect-changes:
runs-on: ubuntu-latest
permissions:
pull-requests: read
# Set job outputs to values from filter step
outputs:
documentation: ${{ steps.filter.outputs.documentation }}