Bump generator versions and add support for --name-mappings #99
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
name: Automation 🤖 | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
on: | |
pull_request_target: | |
jobs: | |
label: | |
name: Labeling 🏷️ | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label PR depending on modified files | |
uses: actions/labeler@v4 | |
if: ${{ github.event_name == 'pull_request_target' }} | |
continue-on-error: true | |
with: | |
repo-token: '${{ secrets.OG_BOT_TOKEN }}' | |
- name: Check all PRs for merge conflicts ⛔ | |
uses: eps1lon/[email protected] | |
with: | |
dirtyLabel: 'merge conflict' | |
repoToken: ${{ secrets.OG_BOT_TOKEN }} |