This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
chore(Renovate): ⬆️ Update types (major) #1615
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow | |
--- | |
name: Repository | |
on: | |
issues: | |
pull_request_target: | |
branches: [main] | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.number || github.sha }} | |
cancel-in-progress: true | |
defaults: | |
run: | |
shell: bash | |
env: | |
CI: true | |
jobs: | |
pull-request-codesee-map: | |
name: Pull Request | |
# https://github.com/terminal-nerds/.github/blob/main/.github/workflows/codesee-map.yml | |
uses: terminal-nerds/.github/.github/workflows/codesee-map.yml@main | |
secrets: | |
CODESEE_ARCH_DIAG_API_TOKEN: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }} | |
pull-request-greetings: | |
name: Pull Request | |
# https://github.com/terminal-nerds/.github/blob/main/.github/workflows/greetings.yml | |
uses: terminal-nerds/.github/.github/workflows/greetings.yml@main | |
pull-request-labels: | |
name: Pull Request | |
# https://github.com/terminal-nerds/.github/blob/main/.github/workflows/pull-request-labels.yml | |
uses: terminal-nerds/.github/.github/workflows/pull-request-labels.yml@main | |
issue-labels: | |
name: Issues | |
# https://github.com/terminal-nerds/.github/blob/main/.github/workflows/issue-labels.yml | |
uses: terminal-nerds/.github/.github/workflows/issue-labels.yml@main |