Skip to content

Commit 1817462

Browse files
committed
try to run on all pull requests
1 parent 0e0c030 commit 1817462

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/autoapprove-staging-reset.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Auto-approve staging resets
22

33
on:
4-
pull_request:
5-
branches:
6-
- reset-base # XXX: default branch / target for staging reset
4+
pull_request
5+
6+
# on:
7+
# pull_request:
8+
# branches:
9+
# - reset-base # XXX: default branch / target for staging reset
710

811
permissions:
912
contents: read

0 commit comments

Comments
 (0)