File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Unlock an issue. By default, it uses the context's but can be targetted.
33### Targetting context's issue:
44``` yml
55- name : Unlock issue
6- uses : IOrlandoni /unlock-issues@v1.2
6+ uses : thisisnacho /unlock-issues@v1.2
77` ` `
88#### Sample file: ` .github/workflows/unlock-reopened-issues.yml`
99` ` ` yml
@@ -21,14 +21,14 @@ jobs:
2121 issues: write
2222 steps:
2323 - name: Unlock issue
24- uses: IOrlandoni /unlock-issues@v1.2
24+ uses: thisisnacho /unlock-issues@v1.2
2525` ` `
2626As simple as that!
2727
2828# ## Targetting a specific issue / repo:
2929` ` ` yml
3030 - name: Unlock issue
31- uses: IOrlandoni /unlock-issues@v1.2
31+ uses: thisisnacho /unlock-issues@v1.2
3232 with:
3333 repo-token: {Token with permissions over the target repository / issue}
3434 owner-name: {Owner Name - Optional - Default: Context's Repository Owner}
You can’t perform that action at this time.
0 commit comments