We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67bf9d commit 65756efCopy full SHA for 65756ef
.github/workflows/add_to_octokit_project.yml
@@ -5,7 +5,7 @@ on:
5
types: [reopened, opened]
6
pull_request:
7
8
-
+
9
jobs:
10
add-to-project:
11
name: Add issue to project
@@ -15,5 +15,5 @@ jobs:
15
with:
16
project-url: https://github.com/orgs/octokit/projects/10
17
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
18
- labeled: 'Status: Stale'
+ labeled: "Status: Stale"
19
label-operator: NOT
0 commit comments