Skip to content

Label Semaphore

Actions
Update img in remote repo with correct tag based on labeled pull request; scripts prevent duplicate labels on pull requests
v1
Latest
Star (0)

action-label-semaphore

This action manages a semaphore system using labels in a remote repository.

    container:
      image: <..some-img..>
    steps:
      - name: Label Semaphore
        uses: hey-car/action-label-semaphore@<..some-version..>
        env:
          GITHUB_TOKEN: "<..some-token-with-access..>"
        with:
          pr-label: "<..some-label-name..>"
          argo-app-path: "<..some-file-path..>"
          argo-revision-path: "<..some-yaml-path..>"
          argo-repo: "<..some-repo-name..>"
          desired-revision: "<..some-tag..>"

Label Semaphore is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Update img in remote repo with correct tag based on labeled pull request; scripts prevent duplicate labels on pull requests
v1
Latest

Label Semaphore is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.