Skip to content

Commit

Permalink
ci: add automation to put stories in project
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStormwood committed Sep 20, 2023
1 parent 1624135 commit 01d4d02
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/addStoryToProject.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add user stories to Sourcepool project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Add user story issue to project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/BigfootDS/projects/5
github-token: ${{ secrets.BIGFOOTDS_PAT }}
labeled: user story

0 comments on commit 01d4d02

Please sign in to comment.