mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-29 20:25:14 +08:00
17 lines
356 B
YAML
17 lines
356 B
YAML
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 }}
|