Skip to content

Commit

Permalink
ci: Adds set-points-and-sprint.sh to linter CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
widal001 committed Oct 18, 2024
1 parent 8741653 commit eefafba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-project-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_PROJECT_ACCESS }}
UNSET_ISSUE: "https://github.com/HHS/simpler-grants-gov/issues/1932"
steps:
- uses: actions/checkout@v4

Expand All @@ -28,3 +29,13 @@ jobs:
--status Done \
--batch 100 \
--dry-run
- name: Dry run - Set points and sprint field
run: |
./scripts/set-points-and-sprint.sh \
--url "${UNSET_ISSUE}" \
--org "HHS" \
--project 13 \
--sprint-field "Sprint" \
--points-field "Story Points" \
--dry-run

0 comments on commit eefafba

Please sign in to comment.