Skip to content

Commit

Permalink
Merge branch 'main' into feat/garden-grouping-display-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored Dec 20, 2023
2 parents 74467cc + 4c46b86 commit f7b5350
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-issue-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Verify linked issue

permissions: write-all
on:
pull_request:
workflow_dispatch:

jobs:
issue-check:
Expand All @@ -17,4 +17,5 @@ jobs:

- run: npm run first-time-setup

- run: pnpm tsx ./.github/helpers/src/issue-checker.ts issue -T ${{ github.token }} -P ${{github.event.number}}
- run: pnpm tsx ./.github/helpers/src/issue-checker.ts issue -T ${{ github.token }} -P 1
# ${{github.event.number}}

0 comments on commit f7b5350

Please sign in to comment.