build(deps): bump peter-evans/create-or-update-comment from 46da6c0d98504aed6fc429519a258b951f23f474 to ddff993e3c91296d410ace8836568b0e4aeada34 #520
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add PRs and issues to Octokit org project | |
on: | |
issues: | |
types: [reopened, opened] | |
pull_request_target: | |
types: [reopened, opened] | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-latest | |
continue-on-error: true | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/octokit/projects/10 | |
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }} | |
labeled: "Status: Stale" | |
label-operator: NOT |