mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-19 09:55:01 -07:00
fix: update GitHub workflows to work private asdf Go fork
This commit is contained in:
parent
5c85efbc37
commit
3e11bd4b33
14
.github/workflows/semantic-pr.yml
vendored
14
.github/workflows/semantic-pr.yml
vendored
@ -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
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user