mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 08:34:17 +08:00
chore: stop auto-adding issues to DevTools Project (#170)
This commit is contained in:
16
.github/workflows/new-issues.yaml
vendored
16
.github/workflows/new-issues.yaml
vendored
@@ -1,16 +0,0 @@
|
||||
name: Add issues to Clarinet project
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add issue to project Clarinet
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@main
|
||||
with:
|
||||
project-url: https://github.com/orgs/hirosystems/projects/15
|
||||
github-token: ${{ secrets.GH_TOKEN }}
|
||||
Reference in New Issue
Block a user