Skip to content

Commit

Permalink
All PRs and Issues will be added to project
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin committed May 15, 2024
1 parent 7c39c62 commit 408f76e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/add_prs_and_issues_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add pull requests and issues to projects

on:
pull_request_target:
types:
- opened
issues:
types:
- opened

jobs:
add-to-project:
name: Add PR and issues to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.1
with:
project-url: https://github.com/orgs/w3c/projects/84
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 408f76e

Please sign in to comment.