Skip to content

Commit

Permalink
Workflow linting fix (#422)
Browse files Browse the repository at this point in the history
Updates for workflows
  • Loading branch information
octokitbot committed Dec 12, 2022
1 parent b97e3e3 commit 95b6cc3
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 95b6cc3

Please sign in to comment.