Skip to content

Commit 0da67af

Browse files
committed
debugging
1 parent f2ffc95 commit 0da67af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-enforce-label-groups.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ on:
1010

1111
jobs:
1212
calver-labels:
13-
uses: localstack/meta/.github/workflows/pr-enforce-calver-labels.yml@main
13+
uses: localstack/meta/.github/workflows/pr-enforce-calver-labels.yml
1414
secrets:
1515
github-token: ${{ secrets.github-token }}
1616

1717
docs-labels:
18-
uses: localstack/meta/.github/workflows/pr-enforce-docs-labels.yml@main
18+
uses: localstack/meta/.github/workflows/pr-enforce-docs-labels.yml
1919
secrets:
2020
github-token: ${{ secrets.github-token }}
2121

2222
notes-labels:
23-
uses: localstack/meta/.github/workflows/pr-enforce-notes-labels.yml@main
23+
uses: localstack/meta/.github/workflows/pr-enforce-notes-labels.yml
2424
secrets:
2525
github-token: ${{ secrets.github-token }}

0 commit comments

Comments
 (0)