build(deps): bump @actions/github from 5.0.1 to 5.0.3 (#470)
Co-authored-by: Kamil Samigullin <kamil@samigullin.info>
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
||||
npm install
|
||||
npm run all
|
||||
|
||||
# Update dist files if there is label dependencies
|
||||
# Update dist files if there is label dependencies or pull request' author is dependabot[bot] (id = 49699333)
|
||||
- name: Update dist files
|
||||
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'dependencies')
|
||||
if: github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))
|
||||
run: |
|
||||
if [[ -z $(git status -s) ]]
|
||||
then
|
||||
|
Reference in New Issue
Block a user