Skip to content

Commit

Permalink
chore: update action for auto adding PRs to project (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored May 11, 2022
1 parent 47f0fa0 commit 927c9fb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 68 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-issue-pr-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add new issues and pull requests to project

on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue to chain dev project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/osmosis-labs/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
68 changes: 0 additions & 68 deletions .github/workflows/add-pr-to-project.yml

This file was deleted.

0 comments on commit 927c9fb

Please sign in to comment.