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:
dependabot[bot]
2022-05-16 12:52:10 +02:00
committed by GitHub
parent 537aa1903e
commit 6aefae24f7
5 changed files with 1392 additions and 14 deletions

View File

@ -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