Skip to content

Commit

Permalink
ci: add project workflow (foundry-rs#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Apr 18, 2022
1 parent 7436a68 commit 4415ff4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: project
on:
issues:
types: [opened, transferred]

jobs:
add-to-project:
name: add issue
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/foundry-rs/projects/2
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}

0 comments on commit 4415ff4

Please sign in to comment.