Skip to content

Commit 6d27662

Browse files
authored
Merge pull request #154 from paritytech/ci/skip-check-rfc-for-bot
ci: skip check-rfc for bot-authored PRs
2 parents d9c28ad + f6fbcd7 commit 6d27662

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/check-rfc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
pull_request:
55
paths:
66
- 'docs/rfcs/**'
7+
- '!docs/rfcs/_index.md'
78

89
permissions:
910
contents: read
1011

1112
jobs:
1213
validate-rfc:
14+
if: github.actor != 'github-actions[bot]'
1315
runs-on: ubuntu-latest
1416
steps:
1517
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)