Skip to content

Commit

Permalink
[Maint] Updates action for the project for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd authored Dec 7, 2022
2 parents 13bfd87 + c4d5871 commit b0f062e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/add_to_octokit_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add PRs and issues to Octokit org project

on:
issues:
types: [reopened, opened]
pull_request:
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

0 comments on commit b0f062e

Please sign in to comment.