Skip to content

Commit

Permalink
Don’t check for release notes on release/* branches (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 authored Apr 7, 2023
1 parent 98a3243 commit aa2e837
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Check release notes

on:
pull_request:
branches: '*'
branches:
- '*'
- '!release/*'

jobs:
check:
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/864.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [j-f1]
---

Don’t check for release notes on `release/*` branches

0 comments on commit aa2e837

Please sign in to comment.