lock

Lock Action to support deployment locking for the branch-deploy Action

MIT License

Stars
28
Committers
4
lock - v2.3.0 Latest Release

Published by GrantBirki about 2 months ago

What's Changed

Full Changelog: https://github.com/github/lock/compare/v2...v2.3.0

lock - v2.2.0

Published by GrantBirki 4 months ago

What's Changed

Full Changelog: https://github.com/github/lock/compare/v2...v2.2.0

lock - v2.1.4

Published by GrantBirki 7 months ago

What's Changed

This release is mainly just internal dependency updates

Full Changelog: https://github.com/github/lock/compare/v2.1.3...v2.1.4

lock - v2.1.3

Published by GrantBirki 11 months ago

What's Changed

This release updates internal node dependencies used by this Action

New Contributors

Full Changelog: https://github.com/github/lock/compare/v2.1.2...v2.1.3

lock - v2.1.2

Published by GrantBirki 12 months ago

This patch release simply updates internal node package dependencies

What's Changed

Full Changelog: https://github.com/github/lock/compare/v2.1.1...v2.1.2

lock - v2.1.1

Published by GrantBirki about 1 year ago

What's Changed

Full Changelog: https://github.com/github/lock/compare/v2.1.0...v2.1.1

lock - v2.1.0

Published by GrantBirki over 1 year ago

v2.1.0

This release adds some new Action's outputs and also updates internal node dependencies.

What's Changed

New Contributors

Full Changelog: https://github.com/github/lock/compare/v2.0.1...v2.1.0

lock - v2.0.1

Published by GrantBirki over 1 year ago

v2.0.1

This release updates internal node packages and dependencies related to this Action for hygiene. Most importantly, it upgrades @vercel/ncc to the latest version.

What's Changed

Full Changelog: https://github.com/github/lock/compare/v2.0.0...v2.0.1

lock - v2.0.0

Published by GrantBirki over 1 year ago

What's Changed

Full Changelog: https://github.com/github/lock/compare/v1.3.0...v2.0.0

lock - v1.3.0

Published by GrantBirki over 1 year ago

v1.3.0

This release only contains a few minor changes. The majority of the work done in the PR linked below contains 100% unit test coverage for this Action

What's Changed

Full Changelog: https://github.com/github/lock/compare/v1.2.0...v1.3.0

lock - v1.2.0

Published by GrantBirki over 1 year ago

v1.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/github/lock/compare/v1.1.0...v1.2.0

lock - v1.1.0

Published by GrantBirki almost 2 years ago

v1.1.0

This release adds a new option to the mode flag.

You can now use mode: check on headless runs (in Actions, not from PR comments) and see if a branch is locked or not in an automated fashion.

Simple Example:

name: lock-check

on:
  workflow_dispatch:

permissions:
  contents: read

jobs:
  lock-check:
    runs-on: ubuntu-latest
    steps:
      - uses: github/[email protected]
        id: lock
        with:
          mode: check

      - name: Print lock status
        run: |
          echo "Lock status: ${{ steps.lock.outputs.locked }}"

What's Changed

New Contributors

Full Changelog: https://github.com/github/lock/compare/v1.0.0...v1.1.0

lock - v1.0.0

Published by GrantBirki almost 2 years ago

Initial Release 🎉

This is the initial release of the lock Action that supports more custom branch-deploy locking implementations

Full Changelog: https://github.com/GrantBirki/lock/compare/v0.0.1...v1.0.0

lock - v0.0.1

Published by GrantBirki almost 2 years ago

Package Rankings
Top 10.06% on Github actions
Badges
Extracted from project README
test lint package-check CodeQL
Related Projects