diff --git a/.github/workflows/add-to-project-dependabot.yml b/.github/workflows/add-to-project-dependabot.yml index be934daec..1e6d73da9 100644 --- a/.github/workflows/add-to-project-dependabot.yml +++ b/.github/workflows/add-to-project-dependabot.yml @@ -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 }}