mirror of
https://github.com/primer/css.git
synced 2024-12-26 07:35:04 +03:00
Ignore triage on dependabot branches
This commit is contained in:
parent
a86518be03
commit
682e874790
1
.github/workflows/bundle_report.yml
vendored
1
.github/workflows/bundle_report.yml
vendored
@ -3,6 +3,7 @@ on:
|
|||||||
pull_request_target:
|
pull_request_target:
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
|
- '.github/workflows/bundle_report.yml'
|
||||||
jobs:
|
jobs:
|
||||||
bundle:
|
bundle:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
name: Label
|
name: Triage
|
||||||
on: pull_request_target
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
branches-ignore:
|
||||||
|
- 'dependabot/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label-release:
|
label-release:
|
||||||
name: Semantic Version
|
name: Semantic Version Label
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v3
|
- uses: actions/github-script@v3
|
Loading…
Reference in New Issue
Block a user