Skip to content

Commit

Permalink
chore: Update FIXME/TODO check
Browse files Browse the repository at this point in the history
  • Loading branch information
luator committed Sep 7, 2023
1 parent 3e67aea commit 664448d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pr_todo_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
name: New FIXMEs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git fetch origin ${GITHUB_BASE_REF}
- uses: actions/checkout@v3
- name: Check for FIXMEs
uses: luator/github_action_check_new_todos@v1.0.0
uses: luator/github_action_check_new_todos@v2
with:
label: FIXME
base_ref: origin/${{ github.base_ref }}
Expand All @@ -19,10 +18,9 @@ jobs:
name: New TODOs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git fetch origin ${GITHUB_BASE_REF}
- uses: actions/checkout@v3
- name: Check for TODOs
uses: luator/github_action_check_new_todos@v1.0.0
uses: luator/github_action_check_new_todos@v2
with:
label: TODO
base_ref: origin/${{ github.base_ref }}

0 comments on commit 664448d

Please sign in to comment.