Skip to content

Commit 5f978cd

Browse files
committed
ci: update GitHub Actions workflow to trigger fixture regeneration on labeled pull requests
1 parent 7df5981 commit 5f978cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/fixtures.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
name: Trigger Fixture Regeneration
22

3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
7+
on:
8+
pull_request:
9+
types:
10+
- labeled
11+
312
jobs:
413
regenerate_fixtures:
514
if: github.event.label == 'regenerate-fixtures'

0 commit comments

Comments
 (0)