Skip to content

Commit

Permalink
adding workflow closing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahJMWood committed Jun 15, 2023
1 parent 13ec630 commit d49b423
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/move-issue-into-ready-for-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Move issues into 'Ready for release' when they are closed by a PR

on:
issues:
types: [closed]

jobs:
move-issue-into-ready-for-release:
runs-on: ubuntu-latest
steps:
- uses: alex-page/[email protected]
with:
project: GOV.UK Prototype Team Sprintboard
column: Ready for release
repo-token: ${{ secrets.GITHUB_TOKEN }}

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORGANIZATION: alphagov
PROJECT_NUMBER: 67

0 comments on commit d49b423

Please sign in to comment.