Skip to content

Commit

Permalink
Merge pull request #2 from duesee/duesee/ci
Browse files Browse the repository at this point in the history
ci: Add job to automatically add issues to `imap-flow` project
  • Loading branch information
duesee authored Oct 9, 2023
2 parents df1eedc + 193657b commit ce7268e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/issue_opened.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Process opened issues

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add opened issue to project board
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/duesee/projects/4
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit ce7268e

Please sign in to comment.