Skip to content

Commit 436fc4b

Browse files
committed
back
1 parent 3a5c6a9 commit 436fc4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-labels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
#
77
# Make sure to don't introduce explicit checking out and installing/running
88
# untrusted user code into this workflow!
9-
# pull_request_target:
10-
# types: [opened, synchronize, reopened, labeled, unlabeled]
11-
# branches: [main]
9+
pull_request_target:
10+
types: [opened, synchronize, reopened, labeled, unlabeled]
11+
branches: [main]
1212

1313
# To check labels on ghstack PRs.
1414
# Note: as pull_request doesn't trigger on PRs targeting main,

0 commit comments

Comments
 (0)