Skip to content

Commit

Permalink
Update issue-trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 28, 2023
1 parent bf1e74c commit ac3687e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/issue-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@ jobs:
env:
COLUMN_NAME: ${{ contains(github.event.issue.title, 'Hack for LA website bot') && 'Questions / In Review' || 'New Issue Approval' }}
outputs:
spec_column: ${{ env.COLUMN_NAME }}
spec_column: ${{ steps.add-issue-project-board.outputs.column }}
steps:
- name: Add issue to project board
id: add-issue-project-board

uses: alex-page/[email protected]
with:
project: Project Board
column: ${{ env.COLUMN_NAME }}
repo-token: ${{ secrets.TEST_GHAS }}
- name: Export column name
id: export-column-name
run: echo "column=${{ env.COLUMN_NAME }}" >> "$GITHUB_OUTPUT"


Add-Missing-Labels-To-Issues:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ac3687e

Please sign in to comment.