Skip to content

Commit

Permalink
Create Move issue to Offboarding project column.yml
Browse files Browse the repository at this point in the history
This is a new workflow file for adding Offboarding tickets to the GitHub project and moving issue to the respective column.
  • Loading branch information
bdech authored Dec 31, 2024
1 parent 625f6f0 commit 2c83a21
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/Move issue to Offboarding project column.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Move issue to Offboarding project column

on:
issues:
types:
- opened
- labeled

jobs:
add_to_project:
runs-on: ubuntu-latest

steps:
- name: Add Platform Support Issues to Project
uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/department-of-veterans-affairs/projects/1408
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
labeled: new-vfs-team, new-vfs-team-member, T1-access-request, Offboarding, Platform-Support-Ticket

move-issue:
runs-on: ubuntu-latest
steps:
- name: Move Issue to Access Requests Column
uses: m7kvqbe1/[email protected]
with:
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
project-url: https://github.com/orgs/department-of-veterans-affairs/projects/1408
target-labels: Offboarding
target-column: Offboarding

0 comments on commit 2c83a21

Please sign in to comment.