We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ffc95 commit 0da67afCopy full SHA for 0da67af
1 file changed
.github/workflows/pr-enforce-label-groups.yml
@@ -10,16 +10,16 @@ on:
10
11
jobs:
12
calver-labels:
13
- uses: localstack/meta/.github/workflows/pr-enforce-calver-labels.yml@main
+ uses: localstack/meta/.github/workflows/pr-enforce-calver-labels.yml
14
secrets:
15
github-token: ${{ secrets.github-token }}
16
17
docs-labels:
18
- uses: localstack/meta/.github/workflows/pr-enforce-docs-labels.yml@main
+ uses: localstack/meta/.github/workflows/pr-enforce-docs-labels.yml
19
20
21
22
notes-labels:
23
- uses: localstack/meta/.github/workflows/pr-enforce-notes-labels.yml@main
+ uses: localstack/meta/.github/workflows/pr-enforce-notes-labels.yml
24
25
0 commit comments