Skip to content

hey-car/action-label-semaphore

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

Repository files navigation

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..>"