We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e13d5 commit 626df66Copy full SHA for 626df66
.github/workflows/add-to-project-dependabot.yml renamed to .github/workflows/add-to-project-dependencies.yml
@@ -14,3 +14,11 @@ jobs:
14
with:
15
project-url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
16
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