We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a034b35 commit d7d29bfCopy full SHA for d7d29bf
.github/workflows/release-note-label.yml
@@ -17,7 +17,9 @@ jobs:
17
release-label:
18
name: Label PR for Release Notes
19
runs-on: ubuntu-latest
20
- if: github.event.pull_request.user.type != 'Bot'
+ if: >-
21
+ github.event.pull_request.user.type != 'Bot'
22
+ && github.event.pull_request.user.login != 'PX4BuildBot'
23
timeout-minutes: 5
24
25
steps:
0 commit comments