mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-22 06:59:30 -06:00
chore(deps): update actions/add-to-project action to v1 (#29943)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
This commit is contained in:
2
.github/workflows/triage_add_to_project.yml
vendored
2
.github/workflows/triage_add_to_project.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
} ' -f org=${{ github.repository_owner }} -f repo=${{ github.event.repository.name }} -f user=${{ github.event.pull_request.user.login || github.event.issue.user.login }} > collaborators.json
|
||||
|
||||
echo 'IS_COLLABORATOR='$(jq -r '.data.repository.collaborators.totalCount' collaborators.json) >> $GITHUB_ENV
|
||||
- uses: actions/add-to-project@v0.4.1
|
||||
- uses: actions/add-to-project@v1.0.2
|
||||
# only add issues/prs from outside contributors to the project
|
||||
if: ${{ env.IS_COLLABORATOR == 0 || github.event.repository.name == 'cypress-support-internal' || github.event.pull_request.user.login == 'github-actions[bot]' || github.event.issue.user.login == 'github-actions[bot]' }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user