Skip to content

Commit 0daa0ad

Browse files
authored
fix dependabot (#576)
1 parent b87b6b4 commit 0daa0ad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ updates:
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"

.github/workflows/test-forked.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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"

0 commit comments

Comments
 (0)