Skip to content

Commit

Permalink
Workflow linting fix (#533)
Browse files Browse the repository at this point in the history
Updates for workflows
  • Loading branch information
octokitbot committed Dec 12, 2022
1 parent 7610fa2 commit b1a10e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add_to_octokit_project.yml
Original file line number Diff line number Diff line change
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 b1a10e1

Please sign in to comment.