Skip to content

Commit

Permalink
Merge pull request #1455 from stevenlinx/stevenlinx-patch
Browse files Browse the repository at this point in the history
Update add-to-project.yml for WP 6.5
  • Loading branch information
zzap committed Feb 9, 2024
2 parents 31612f9 + c9fefd5 commit 8fb48d3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/add-to-project.yml
Expand Up @@ -89,3 +89,17 @@ jobs:
labeled: 6.4
# In case there is more than one label, use operators
# label-operator: AND

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

0 comments on commit 8fb48d3

Please sign in to comment.