chore: project automation (#13481)
* test pr automation * github token * test++ * test++ * if pr is reopened add it * test++ * test++ * test++ * test++
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: Add PR to project
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add pull request to project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@v0.3.0
|
||||
with:
|
||||
project-url: https://github.com/orgs/cosmos/projects/26
|
||||
github-token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
Reference in New Issue
Block a user