Skip to content

Commit

Permalink
ci: auto-add issues to the TechDev project
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jul 16, 2024
1 parent 5e613dd commit bdec475
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/techdev-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add issues/PRs to the TechDev project

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/CCBR/projects/17
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
File renamed without changes.

0 comments on commit bdec475

Please sign in to comment.