Skip to content

Commit f0670ef

Browse files
authored
Feat: default dependabot PR status to In review (#2158)
2 parents 44c097a + b018c42 commit f0670ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-to-project-dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: EndBug/project-fields@v2
1919
with:
2020
operation: set
21-
fields: Effort
22-
values: 1
21+
fields: Effort,Status
22+
values: 1,In review
2323
project_url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
2424
github_token: ${{ secrets.GH_PROJECTS_TOKEN }}

0 commit comments

Comments
 (0)