Skip to content

Commit 626df66

Browse files
authored
ci(dependencies): set initial effort and status
1 parent 50e13d5 commit 626df66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ jobs:
1414
with:
1515
project-url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
1616
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
17+
18+
- uses: EndBug/project-fields@v2
19+
with:
20+
operation: set
21+
fields: Effort,Status
22+
values: 1,In review
23+
project_url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
24+
github_token: ${{ secrets.GH_PROJECTS_TOKEN }}

0 commit comments

Comments
 (0)