Skip to content

Commit

Permalink
Create add_to_octokit_project.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 0x5BFA <[email protected]>
  • Loading branch information
0x5bfa authored Sep 28, 2024
1 parent 9ff5be6 commit c0aefcb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add_to_octokit_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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

0 comments on commit c0aefcb

Please sign in to comment.