Skip to content

Commit 6aefae2

Browse files
build(deps): bump @actions/github from 5.0.1 to 5.0.3 (#470)
Co-authored-by: Kamil Samigullin <[email protected]>
1 parent 537aa19 commit 6aefae2

File tree

5 files changed

+1392
-14
lines changed

5 files changed

+1392
-14
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
npm install
1616
npm run all
1717
18-
# Update dist files if there is label dependencies
18+
# Update dist files if there is label dependencies or pull request' author is dependabot[bot] (id = 49699333)
1919
- name: Update dist files
20-
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'dependencies')
20+
if: github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))
2121
run: |
2222
if [[ -z $(git status -s) ]]
2323
then

0 commit comments

Comments
 (0)