Merge pull request #6 from Truly93/Truly93-patch-1 #10
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:npm install @octokit/action | ||
# Node.js script | ||
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/add-to-project@v0.5.0 | ||
with: | ||
project-url:https://github.com/octokit/action.js/actions/runs/3716028291/job/10148199151 https://github.com/orgs/octokit/projects/10 | ||
github-token: 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${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }} | ||
labeled: "Status: true" | ||
label-operator: NOT |