mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-21 23:37:57 +00:00
0dfd378e2e
Workflows: - lock.yml: GH_PAT_BOT → github.token - chain-endpoints.yml: repo name polkadot-js/apps → pezkuwichain/pezkuwi-apps - test-nightly.yml: add 120min timeout - auto-approve.yml: update token and authors - auto-merge.yml: update token Dependencies: - @polkadot/vanitygen → @pezkuwi/vanitygen
18 lines
521 B
YAML
18 lines
521 B
YAML
name: bot
|
|
|
|
on:
|
|
pull_request:
|
|
types: [labeled]
|
|
|
|
jobs:
|
|
approve:
|
|
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && (!github.event.pull_request || github.event.pull_request.head.repo.full_name == github.repository)"
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: jacogr/action-approve@795afd1dd096a2071d7ec98740661af4e853b7da
|
|
with:
|
|
# NOTE: Add your maintainer GitHub usernames here
|
|
authors: mamostehp
|
|
labels: -auto
|
|
token: ${{ github.token }}
|