Skip to content

Commit

Permalink
Update unlock-reopened.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Feb 5, 2024
1 parent 10cac1f commit 8a59385
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unlock-reopened.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Unlock reopened issue

on:
issues:
types: [ reopened ]
types: [reopened]

jobs:
unlock:
name: Unlock Reopened
runs-on: ubuntu-latest

steps:
- uses: OSDKDev/[email protected]
with:
repo-token: "${{ secrets.TOKEN }}"
- uses: OSDKDev/[email protected]
with:
repo-token: "${{ secrets.TOKEN }}"

0 comments on commit 8a59385

Please sign in to comment.