diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index bd2ea73dda..0000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,60 +0,0 @@ -"C:x/auth": - - x/auth/**/* -"C:x/authz": - - x/authz/**/* -"C:x/bank": - - x/bank/**/* -"C:x/capability": - - x/capability/**/* -"C:x/crisis": - - x/crisis/**/* -"C:x/distribution": - - x/distribution/**/* -"C:x/evidence": - - x/evidence/**/* -"C:x/feegrant": - - x/feegrant/**/* -"C:x/genutil": - - x/genutil/**/* -"C:x/gov": - - x/gov/**/* -"C:x/group": - - x/group/**/* -"C:x/mint": - - x/mint/**/* -"C:x/nft": - - x/nft/**/* -"C:x/params": - - x/params/**/* -"C:Simulations": - - x/simulation/**/* - - x/*/simulation/**/* -"C:x/slashing": - - x/slashing/**/* -"C:x/staking": - - x/staking/**/* -"C:x/upgrade": - - x/upgrade/**/* -"C:Keys": - - client/keys/**/* -"Type: Build": - - Makefile - - Dockerfile - - docker-compose.yml - - scripts/* -"Type: CI": - - .github/**/*.yml - - buf.yaml - - .mergify.yml - - .golangci.yml -"C:CLI": - - client/**/* - - x/*/client/**/* -"Type: ADR": - - docs/architecture/**/* -"C:container": - - container/**/* -"C:Store": - - store/**/* -"C:orm": - - orm/**/* diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 2d9b4acec7..0000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: "Pull Request Labeler" -on: - - pull_request_target - -permissions: - contents: read - -jobs: - labeler: - permissions: - contents: read # for actions/labeler to determine modified files - pull-requests: write # for actions/labeler to add labels to PRs - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@main - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file