Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Synchronize triage configuration #3293

Synchronize triage configuration

Synchronize triage configuration #3293

Workflow file for this run

name: CI
on: pull_request
env:
HOMEBREW_DEVELOPER: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_FROM_API: 1
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
concurrency:
group: "${{ github.ref }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
conclusion:
name: conclusion
runs-on: ubuntu-latest
steps:
- run: 'true'