every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
19
third_party/iroh-org/iroh-gossip/.github/workflows/commit.yaml
vendored
Normal file
19
third_party/iroh-org/iroh-gossip/.github/workflows/commit.yaml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: Commits
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
types: [opened, edited, synchronize]
|
||||
|
||||
env:
|
||||
IROH_FORCE_STAGING_RELAYS: "1"
|
||||
|
||||
jobs:
|
||||
check-for-cc:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: check-for-cc
|
||||
id: check-for-cc
|
||||
uses: agenthunt/conventional-commit-checker-action@v2.0.0
|
||||
with:
|
||||
pr-title-regex: "^(.+)(?:(([^)s]+)))?!?: (.+)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue