Files
octokit.net/.github/workflows/add_to_octokit_project.yml
Octokit Bot b312ae6a05 Workflows have changed (#2640)
Updates for workflows
2022-12-16 11:44:07 -08:00

22 lines
547 B
YAML

name: Add PRs and issues to Octokit org project
on:
issues:
types: [reopened, opened]
pull_request:
types: [reopened, opened]
pull_request_target:
types: [reopened, opened]
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/octokit/projects/10
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
labeled: "Status: Stale"
label-operator: NOT