justindfuller/github-action-lock-branch

Github Action to Lock or Unlock a Branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ownerThe owner of repository to Lock or Unlock. Inferred from current repository if not provided.no
repositoryThe repository to Lock or Unlock. Inferred from current repository if not provided.no
branchThe Branch to Lock or Unlock. Inferred from current branch if not provided.yes
lockTo Lock or Unlock (true or false)yes
tokenThe Personal Access Token (PAT) that gives access to Lock/Unlock the branch.yes
namedescription
repositoryThe repository locked or unlocked
branchThe branch locked or unlocked.
lockedTrue if the branch is locked. False if the branch is unlocked.
unlockedTrue if the branch is unlocked. False if the branch is locked.
changedTrue if the branch was changed. False if it remained the same.
successTrue if the change succeeded or no change happened. False if a failure occured.
failureTrue if the change did not succeed. False if no failure occured.