File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 sync-labels : true
1818
1919 label-by-size :
20- if : github.actor != 'dependabot[bot] ' && !startsWith(github.event.pull_request.title, 'Release v')
20+ if : github.secret_source == 'Actions ' && !startsWith(github.event.pull_request.title, 'Release v')
2121 needs : label-py-path
2222 runs-on : ubuntu-latest
2323 steps :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919
2020jobs :
2121 manage-release-pr :
22- if : github.repository == 'mdn/browser-compat-data' && github.actor != 'dependabot[bot] ' && !startsWith(github.event.head_commit.message, 'Release v')
22+ if : github.repository == 'mdn/browser-compat-data' && github.secret_source == 'Actions ' && !startsWith(github.event.head_commit.message, 'Release v')
2323 name : Manage release PR
2424 runs-on : ubuntu-latest
2525
You can’t perform that action at this time.
0 commit comments