Skip to content

Commit 4298cb3

Browse files
authored
Refactor: add dependencies only to USB (#55)
2 parents 4fc25d7 + cd8a000 commit 4298cb3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@ jobs:
1010
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
1111
if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
1212
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-
2613
- uses: actions/add-to-project@main
2714
with:
2815
project-url: ${{ secrets.USB_PROJECT_URL }}

0 commit comments

Comments
 (0)