Skip to content

Commit

Permalink
feat(dependabot): default PR status to In review
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jun 11, 2024
1 parent b46fc09 commit 61d8f51
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 61d8f51

Please sign in to comment.