Skip to content

Commit

Permalink
Merge branch 'main' into add-using-github-app-authentication-for-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsumi0000 authored Dec 10, 2022
2 parents b102fac + b0f062e commit fb60ec8
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 fb60ec8

Please sign in to comment.