Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unlock an issue. By default, it uses the context's but can be targetted.

Targetting context's issue:

- name: Unlock issue
  uses: thisisnacho/unlock-issues@v1.2

Sample file: .github/workflows/unlock-reopened-issues.yml

name: Unlock reopened issue

on:
  issues:
    types: [reopened]

jobs:
  unlock:
    name: Unlock
    runs-on: ubuntu-latest
    permissions:
      issues: write
    steps:
    - name: Unlock issue
      uses: thisisnacho/unlock-issues@v1.2

As simple as that!

Targetting a specific issue / repo:

    - name: Unlock issue
      uses: thisisnacho/unlock-issues@v1.2
      with:
        repo-token: {Token with permissions over the target repository / issue}
        owner-name: {Owner Name - Optional - Default: Context's Repository Owner}
        repo-name: {Repository Name - Optional - Default: Context's Repository}
        issue-number: {Issue Number - Optional - Default: Context's Issue}

About

GitHub action for issue unlocking!

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages