We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5be44 commit 2a02934Copy full SHA for 2a02934
.github/workflows/pr-label-check.yml
@@ -3,6 +3,9 @@ name: Enforce PR Label
3
on:
4
pull_request:
5
types: [opened, edited, unlabeled]
6
+ push:
7
+ branches:
8
+ - '**'
9
10
jobs:
11
check-label:
0 commit comments