Skip to content

Commit

Permalink
Create labeler.yml (#477)
Browse files Browse the repository at this point in the history
* Create labeler.yml

* Create labeler.yml

* Update labeler.yml
  • Loading branch information
leonardocustodio authored Jun 27, 2024
1 parent f602b9a commit 0754d5f
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
"pkg: polkadart":
- changed-files:
- any-glob-to-any-file: 'packages/polkadart/**'

"pkg: polkadart_scale_codec":
- changed-files:
- any-glob-to-any-file: 'packages/polkadart_scale_codec/**'

"pkg: polkadart_cli":
- changed-files:
- any-glob-to-any-file: 'packages/polkadart_cli/**'

"pkg: polkadart_keyring":
- changed-files:
- any-glob-to-any-file: 'packages/polkadart_keyring/**'

"pkg: secp256k1_ecdsa":
- changed-files:
- any-glob-to-any-file: 'packages/secp256k1_ecdsa/**'

"pkg: sr25519":
- changed-files:
- any-glob-to-any-file: 'packages/sr25519/**'

"pkg: ss58":
- changed-files:
- any-glob-to-any-file: 'packages/ss58/**'

"pkg: substrate_bip39":
- changed-files:
- any-glob-to-any-file: 'packages/substrate_bip39/**'

"pkg: substrate_metadata":
- changed-files:
- any-glob-to-any-file: 'packages/substrate_metadata/**'

"type: documentation":
- changed-files:
- any-glob-to-any-file: '**/*.md'
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5

0 comments on commit 0754d5f

Please sign in to comment.