Skip to content

Commit aa6f9b9

Browse files
committed
debugging workflow
1 parent 150ed81 commit aa6f9b9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: debug enforce labels
2+
on:
3+
pull_request_target:
4+
types: [labeled, unlabeled, opened, synchronize]
5+
6+
jobs:
7+
labels:
8+
uses: localstack/meta/.github/workflows/pr-enforce-label-groups.yml@main
9+
secrets:
10+
github-token: ${{ secrets.PRO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)