Closed lucasmelin closed 1 year ago
This PR updates the check mode of this action to output the following if they exist in the lock metadata:
check
created_by
created_at
reason
link
This is useful for scenarios such as outputting the lock information into the GitHub Actions Job summary so that it's more visible for users.
This PR updates the
check
mode of this action to output the following if they exist in the lock metadata:created_by
- User who claimed the lockcreated_at
- Date the lock was claimedreason
- Original reason provided when claiming the locklink
- Link to the GitHub Issue or GitHub Action run that claimed the lockThis is useful for scenarios such as outputting the lock information into the GitHub Actions Job summary so that it's more visible for users.