Skip to content

Commit

Permalink
Workflow linting fix (#2364)
Browse files Browse the repository at this point in the history
Updates for workflows
  • Loading branch information
octokitbot committed Dec 12, 2022
1 parent d8b1415 commit d2d9f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add_to_octokit_project.yml
Expand Up @@ -5,7 +5,7 @@ on:
types: [reopened, opened]
pull_request:
types: [reopened, opened]

jobs:
add-to-project:
name: Add issue to project
Expand All @@ -15,5 +15,5 @@ jobs:
with:
project-url: https://github.com/orgs/octokit/projects/10
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
labeled: 'Status: Stale'
labeled: "Status: Stale"
label-operator: NOT

0 comments on commit d2d9f23

Please sign in to comment.