Skip to content

Commit

Permalink
Create projects.yml to automate adding new issues and PR to project... (
Browse files Browse the repository at this point in the history
#491)

Co-authored-by: Sylwester Arabas <[email protected]>
  • Loading branch information
AgnieszkaZaba and slayoo authored Dec 17, 2024
1 parent 331215d commit c9d6bc9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add new issues and pull requests to project board

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

jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/open-atmos/projects/6
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit c9d6bc9

Please sign in to comment.