1
1
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:
Jon Rohan 2021-04-07 11:35:02 -07:00
parent a86518be03
commit 682e874790
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
2 changed files with 7 additions and 3 deletions

View File

@ -3,6 +3,7 @@ on:
pull_request_target:
paths:
- 'src/**'
- '.github/workflows/bundle_report.yml'
jobs:
bundle:
runs-on: ubuntu-latest

View File

@ -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