mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Github Agent | Workflow has updated
This commit is contained in:
19
.github/workflows/add_to_octokit_project.yml
vendored
Normal file
19
.github/workflows/add_to_octokit_project.yml
vendored
Normal file
@@ -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@latest
|
||||
with:
|
||||
project-url: https://github.com/orgs/octokit/projects/10
|
||||
github-token: ${{ secrets.OCTOKITBOT_PAT }}
|
||||
labeled: 'Status: Stale'
|
||||
label-operator: NOT
|
||||
Reference in New Issue
Block a user