Skip to content

Commit

Permalink
feat: auto label pull request (#148)
Browse files Browse the repository at this point in the history
* label PRs on request

* use older version
  • Loading branch information
Reecepbcups committed Dec 12, 2023
1 parent 1536df9 commit 1282599
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
async-icq:
- modules/async-icq/**

ibc-hooks:
- modules/ibc-hooks/**

packet-forward-middleware:
- middleware/packet-forward-middleware/**
15 changes: 15 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
pr-labler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
dot: true

0 comments on commit 1282599

Please sign in to comment.