Skip to content

Commit d7d29bf

Browse files
committed
ci: skip release note labelling for PX4BuildBot PRs
1 parent a034b35 commit d7d29bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-note-label.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
release-label:
1818
name: Label PR for Release Notes
1919
runs-on: ubuntu-latest
20-
if: github.event.pull_request.user.type != 'Bot'
20+
if: >-
21+
github.event.pull_request.user.type != 'Bot'
22+
&& github.event.pull_request.user.login != 'PX4BuildBot'
2123
timeout-minutes: 5
2224

2325
steps:

0 commit comments

Comments
 (0)