cosmos-sdk/.github/workflows/project.yml
Marko 7167371f87
chore: project automation (#13481)
* test pr automation

* github token

* test++

* test++

* if pr is reopened add it

* test++

* test++

* test++

* test++
2022-10-10 10:49:31 +00:00

18 lines
367 B
YAML

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 }}