File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 66 interval : weekly
77 day : tuesday
88 reviewers :
9+ - " igor-karpukhin"
910 - " fabritsius"
1011 - " leo-ri"
1112 - package-ecosystem : github-actions
@@ -14,5 +15,6 @@ updates:
1415 interval : weekly
1516 day : tuesday
1617 reviewers :
18+ - " igor-karpukhin"
1719 - " fabritsius"
1820 - " leo-ri"
Original file line number Diff line number Diff line change 1414 allowed-forked :
1515 name : Allowed action
1616 runs-on : ubuntu-latest
17- if : contains( github.actor == 'dependabot[bot]') || contains(github.event.pull_request.labels.*.name, 'safe-to-test')
17+ if : ${{ github.actor == 'dependabot[bot]' }} || contains(github.event.pull_request.labels.*.name, 'safe-to-test')
1818 steps :
1919 - name : allowed message
2020 run : echo "Allowed to run"
You can’t perform that action at this time.
0 commit comments