Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit e08dad9

Browse files
authored
Merge pull request #350 from aibtcdev/add-auto-issue-to-project
Automatically add repo issues to the AIBTC project board
2 parents 5d83df5 + 7a0c694 commit e08dad9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Add Issues to AIBTC Project
2+
3+
on:
4+
issues:
5+
types: [opened, labeled]
6+
7+
jobs:
8+
add-to-project:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/add-to-project@v1
12+
with:
13+
project-url: https://github.com/orgs/aibtcdev/projects/7
14+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)