Skip to content

Commit

Permalink
Automatically add new issues to project board (#1319)
Browse files Browse the repository at this point in the history
Use dhruvkb/[email protected] GA to add new issues to the project board.

This is an experiment - I don't know if it will work, and it can't be tested until it is merged.
  • Loading branch information
megahirt authored Mar 7, 2022
1 parent 750bde8 commit 40b1878
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/add-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add Issues To Project Board

on: issues
types: opened

jobs:
build-n-publish:
runs-on: ubuntu-latest
steps:

- name: Add new issues to project board
uses: dhruvkb/[email protected]
with:
ACCESS_TOKEN: ${{ github.token }}
ORG_NAME: sillsdev
PROJECT_NUMBER: 1
COLUMN_NAME: Backlog
ISSUE_TYPE: issue

0 comments on commit 40b1878

Please sign in to comment.