Skip to content

Commit

Permalink
Feat: default dependabot PR status to In review (#2158)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jun 12, 2024
2 parents 44c097a + b018c42 commit f0670ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-to-project-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: EndBug/project-fields@v2
with:
operation: set
fields: Effort
values: 1
fields: Effort,Status
values: 1,In review
project_url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
github_token: ${{ secrets.GH_PROJECTS_TOKEN }}

0 comments on commit f0670ef

Please sign in to comment.