chore: remove issue to project action (#24029)

This commit is contained in:
Marko 2025-03-17 21:30:51 +01:00 committed by GitHub
parent 267b93ee74
commit a0c1a347fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 20 deletions

View File

@ -1,2 +0,0 @@
needs-triage: # if no label is set then set triage
- ''

View File

@ -1,18 +0,0 @@
name: Add Sprint issues to Cosmos SDK Project
on:
issues:
types:
- opened
- labeled
jobs:
add-to-project:
name: Add issue to project
runs-on: depot-ubuntu-22.04-4
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/cosmos/projects/26
# add all issues opened to the issue board for triage and assignment
github-token: ${{ secrets.PERSONAL_TOKEN }}