Skip to content

Commit

Permalink
fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzmann committed Jul 23, 2022
1 parent 34eb221 commit d61e624
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
- x/**/simulation/*.go
# Label module changes
"C:epochs":
- app/epochs/**/*
- x/epochs/**/*
"C:interchainquery":
- app/interchainquery/**/*
- x/interchainquery/**/*
"C:mint":
- app/mint/**/*
- x/mint/**/*
"C:stakeibc":
- app/stakeibc/**/*
- x/stakeibc/**/*
"C:records":
- app/records/**/*
- x/records/**/*
"T:build":
- Makefile
- Dockerfile
Expand All @@ -33,17 +33,17 @@
- .github/**/*.yml
- .golangci.yml
"C:CLI":
- client/**/*
- cmd/**/*
- x/*/client/**/*
# Add "C:docs" label to documented related files and directories.
"C:docs":
- README.md
- x/*.md
- x/**/*.md
- x/**/*/*.md
- tests/**/*.md
"C:proto":
- proto/*
- proto/**
"C:submodules":
- deps/*
- deps/**
"C:test":
- testutil/*
- testutil/**
6 changes: 4 additions & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
pull_request:
branches: [ "main" ]

permissions:
contents: read
pull-requests: write

jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"


0 comments on commit d61e624

Please sign in to comment.