Skip to content

Commit 0ce88eb

Browse files
lml2468Octo Bot
andauthored
ci: add auto-add-to-project caller workflow (#34)
## Summary Add `auto-add-to-project.yml` caller workflow: automatically adds new issues and PRs to [Octo Board (Project #2)](https://github.com/orgs/Mininglamp-OSS/projects/2) when they are opened. Calls the org-level reusable workflow at `Mininglamp-OSS/.github/.github/workflows/auto-add-to-project.yml@main`. ## Dependency Requires [Mininglamp-OSS/.github#12](Mininglamp-OSS/.github#12) to be merged first. --------- Co-authored-by: Octo Bot <octo-bot@mininglamp.com>
1 parent 6620225 commit 0ce88eb

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Automatically add new issues and PRs to the org-level GitHub Project.
2+
name: Auto add to project
3+
4+
on:
5+
issues:
6+
types: [opened]
7+
pull_request_target:
8+
types: [opened]
9+
10+
permissions: {}
11+
12+
jobs:
13+
add-to-project:
14+
uses: Mininglamp-OSS/.github/.github/workflows/auto-add-to-project.yml@239d0b47cfe1947d5e6de826e795feac4ed90562
15+
secrets:
16+
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}

0 commit comments

Comments
 (0)