File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 10
10
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
11
11
if : github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
12
12
steps :
13
- - uses : actions/add-to-project@main
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 }}
25
-
26
13
- uses : actions/add-to-project@main
27
14
with :
28
15
project-url : ${{ secrets.USB_PROJECT_URL }}
You can’t perform that action at this time.
0 commit comments