1
1
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:
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: pull_request_target:
paths: paths:
- 'src/**' - 'src/**'
- '.github/workflows/bundle_report.yml'
jobs: jobs:
bundle: bundle:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

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