chore: pr-body: run as part of merge_group, but do not do anything (#6069)
This commit is contained in:
parent
1315266dd3
commit
fa33423c84
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr-body.yml
vendored
2
.github/workflows/pr-body.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Check PR body for changelog convention
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, edited, labeled, converted_to_draft, ready_for_review]
|
||||
|
||||
|
|
@ -9,6 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check PR body
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue