diff --git a/.github/pr-branch-labeler.yml b/.github/pr-branch-labeler.yml deleted file mode 100644 index 21203ca981..0000000000 --- a/.github/pr-branch-labeler.yml +++ /dev/null @@ -1,5 +0,0 @@ -n-mainnet: - base: "mainnet*" - -n-shimmer: - base: "shimmer*" diff --git a/.github/workflows/pr-branch-labeler.yml b/.github/workflows/pr-branch-labeler.yml deleted file mode 100644 index edb9e8aa18..0000000000 --- a/.github/workflows/pr-branch-labeler.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: PR Branch Labeler - -on: pull_request_target - -jobs: - label_prs: - runs-on: ubuntu-latest - steps: - - name: Label PRs - if: github.event.action == 'opened' # Only run the action when the PR was first opened - uses: ffittschen/pr-branch-labeler@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }}