Skip to content

Commit

Permalink
Create issue-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilTommerty authored Nov 8, 2023
1 parent 1d0f490 commit ed89ec2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/issue-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Issue To Project

on:
issues:
types: [opened]

jobs:
add_to_project:
runs-on: ubuntu-latest
steps:
- name: Add To GitHub projects
uses: actions/[email protected]
with:
project-url: 'https://github.com/orgs/doras-to/projects/1'
github-token: ${{ secrets.my_token }}

0 comments on commit ed89ec2

Please sign in to comment.