mirror of
https://github.com/primer/css.git
synced 2024-12-25 15:14:59 +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:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- '.github/workflows/bundle_report.yml'
|
||||
jobs:
|
||||
bundle:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -1,9 +1,12 @@
|
||||
name: Label
|
||||
on: pull_request_target
|
||||
name: Triage
|
||||
on:
|
||||
pull_request_target:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
|
||||
jobs:
|
||||
label-release:
|
||||
name: Semantic Version
|
||||
name: Semantic Version Label
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@v3
|
Loading…
Reference in New Issue
Block a user