mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Update the milestone during issue report creation for docs repo
calling the existing action
This commit is contained in:
parent
d0d54a049c
commit
b6ab304f91
1
.github/workflows/pr-auto-milestone.yml
vendored
1
.github/workflows/pr-auto-milestone.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: 📅 Auto set milestone on PR
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
|
6
.github/workflows/pr-needs-documentation.yml
vendored
6
.github/workflows/pr-needs-documentation.yml
vendored
@ -76,6 +76,12 @@ jobs:
|
||||
reactions: '+1'
|
||||
|
||||
|
||||
update-milestone:
|
||||
if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( github.event.pull_request.labels.*.name, 'Needs Documentation') ) || github.event.label.name == 'Needs Documentation' )
|
||||
# Update the milestone (if necessary)
|
||||
name: Update final milestone
|
||||
uses: ./.github/workflows/pr-auto-milestone.yml
|
||||
|
||||
create-doc-issue:
|
||||
if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( github.event.pull_request.labels.*.name, 'Needs Documentation') ) || github.event.label.name == 'Needs Documentation' )
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user