Skip to content

Commit

Permalink
CI: initialize Dependabot PR effort to 1 (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed May 13, 2024
2 parents 497acdb + 2e75616 commit de9feca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/add-to-project-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ jobs:
with:
project-url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}

- uses: EndBug/project-fields@v2
with:
operation: set
fields: Effort
values: 1
project-url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}

0 comments on commit de9feca

Please sign in to comment.