Skip to content

chore(deps): update dependency github-openapi-graphql-query to v5 #218

chore(deps): update dependency github-openapi-graphql-query to v5

chore(deps): update dependency github-openapi-graphql-query to v5 #218

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/create-github-app-token@v2
id: app-token
with:
app-id: ${{ vars.OCTOKIT_APP_ID }}
private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/octokit/projects/10
github-token: ${{ steps.app-token.outputs.token }}
labeled: "Status: Stale"
label-operator: NOT