Skip to content

Commit 1d395a0

Browse files
authoredDec 12, 2022
Workflow linting fix (#302)
Updates for workflows
1 parent ead9d6e commit 1d395a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/add_to_octokit_project.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [reopened, opened]
66
pull_request:
77
types: [reopened, opened]
8-
8+
99
jobs:
1010
add-to-project:
1111
name: Add issue to project
@@ -15,5 +15,5 @@ jobs:
1515
with:
1616
project-url: https://github.com/orgs/octokit/projects/10
1717
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
18-
labeled: 'Status: Stale'
18+
labeled: "Status: Stale"
1919
label-operator: NOT

0 commit comments

Comments
 (0)
Please sign in to comment.