Skip to content

Commit

Permalink
chore(ci): fix labeler and consensuswarn (#5)
Browse files Browse the repository at this point in the history
* chore(build): use `ExocoreNetwork/exocore` path

* chore(build): try to fix consensus warn

* chore(build): grant labeler write permissions

* chore(ci): remove push labeler only PR

* Revert "chore(ci): use `ExocoreNetwork/exocore`"

This reverts commit cf67225.
  • Loading branch information
MaxMustermann2 authored Mar 1, 2024
1 parent d9f7620 commit 15dfdd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consensuswarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: orijtech/consensuswarn@main
with:
# example.com/pkg/path.Type.Method
roots: 'github.com/ExocoreNetwork/exocore/app.ExocoreApp.BaseApp.DeliverTx,github.com/ExocoreNetwork/exocore/app.ExocoreApp.BaseApp.BeginBlocker,github.com/ExocoreNetwork/exocore/app.ExocoreApp.BaseApp.EndBlocker'
roots: 'github.com/ExocoreNetwork/exocore/app.ExocoreApp.DeliverTx,github.com/ExocoreNetwork/exocore/app.ExocoreApp.BeginBlocker,github.com/ExocoreNetwork/exocore/app.ExocoreApp.EndBlocker'
11 changes: 5 additions & 6 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: "Pull Request Labeler"

on:
pull_request:
push:
branches:
- develop
- main
- master
pull_request_target:

jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
Expand Down

0 comments on commit 15dfdd6

Please sign in to comment.