Skip to content

Commit

Permalink
Automate adding issues and PRs to the CEP project. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez authored Jun 28, 2022
1 parent 7e4b87d commit c6fa680
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add to Project

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

jobs:
add_to_project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.0.4
with:
project-url: https://github.com/orgs/conda-incubator/projects/1
github-token: ${{ secrets.CEPS_PROJECT_TOKEN }}

0 comments on commit c6fa680

Please sign in to comment.