Skip to content

Commit

Permalink
Create add-to-project.yaml (#544)
Browse files Browse the repository at this point in the history
Add new issues to cloud project and add triage label
  • Loading branch information
bmunkholm authored Nov 12, 2024
1 parent 401f5ab commit 390ba28
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Please note that this adds issues to a private project which is maintained by Crate.io.
# This allows us to triage and promptly come back to the creators.
name: Add new issues to the right project

on:
issues:
types:
- opened
- reopened

jobs:
add-to-project:
name: Add issue to project with Triage label
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/crate/projects/40
github-token: ${{ secrets.JENKINS_USER_TOKEN }}

- uses: actions-ecosystem/action-add-labels@v1
with:
labels: triage

0 comments on commit 390ba28

Please sign in to comment.