Skip to content

Commit

Permalink
Merge pull request #1254 from WordPress/zzap-patch-1
Browse files Browse the repository at this point in the history
Update add-to-project.yml
  • Loading branch information
zzap authored Oct 25, 2023
2 parents 4d483d6 + ec37769 commit 9bbdb19
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,17 @@ jobs:
labeled: 6.3
# In case there is more than one label, use operators
# label-operator: AND

add-to-wp-6-4-project:
name: Add WP 6.4 Issue(s) to WP 6.4 Documentation project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
if: contains(github.event.issue.labels.*.name, '6.4')
# https://github.com/marketplace/actions/add-to-github-projects
with:
project-url: https://github.com/orgs/WordPress/projects/141
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: 6.4
# In case there is more than one label, use operators
# label-operator: AND

0 comments on commit 9bbdb19

Please sign in to comment.