Skip to content

Commit

Permalink
Merge pull request #106 from Homebrew/triage_to_shared
Browse files Browse the repository at this point in the history
Rename `*triage*` to `*shared*`
  • Loading branch information
MikeMcQuaid committed May 23, 2024
2 parents b6773bf + c76fd03 commit 6e8608a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync triage configurations
name: Sync shared configurations

on:
push:
Expand All @@ -9,11 +9,11 @@ permissions:
contents: read

concurrency:
group: sync-triage-config
group: sync-shared-config
cancel-in-progress: true

jobs:
sync-triage-config:
sync-shared-config:
if: github.repository == 'Homebrew/.github'
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -64,17 +64,17 @@ jobs:
id: detect_changes
env:
HOMEBREW_GPG_PASSPHRASE: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY_PASSPHRASE }}
run: ./.github/actions/sync/triage-config.rb 'vendor/${{ matrix.repo }}' '${{ matrix.repo }}' 'sync-triage-config'
run: ./.github/actions/sync/shared-config.rb 'vendor/${{ matrix.repo }}' '${{ matrix.repo }}' 'sync-shared-config'

- name: Create pull request
if: ${{ steps.detect_changes.outputs.pull_request == 'true' }}
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e
with:
path: vendor/${{ matrix.repo }}
token: ${{ secrets.HOMEBREW_DOTGITHUB_WORKFLOW_TOKEN }}
branch: sync-triage-config
title: Synchronize triage configuration
branch: sync-shared-config
title: Synchronize shared configuration
body: >
This pull request was created automatically by the
[`sync-triage-config`](https://github.com/Homebrew/.github/blob/HEAD/.github/workflows/sync-triage-config.yml)
[`sync-shared-config`](https://github.com/Homebrew/.github/blob/HEAD/.github/workflows/sync-shared-config.yml)
workflow.

0 comments on commit 6e8608a

Please sign in to comment.