Skip to content

style(pre-commit): autofix #834

style(pre-commit): autofix

style(pre-commit): autofix #834

# This file is automatically synced from:
# https://github.com/autowarefoundation/sync-file-templates
# To make changes, update the source repository and follow the guidelines in its README.
name: update-codeowners-from-packages
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
jobs:
check-secret:
uses: autowarefoundation/autoware-github-actions/.github/workflows/check-secret.yaml@v1
secrets:
secret: ${{ secrets.APP_ID }}
update-codeowners-from-packages:
needs: check-secret
if: ${{ needs.check-secret.outputs.set == 'true' }}
runs-on: ubuntu-22.04
steps:
- name: Generate token
id: generate-token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
- name: Run update-codeowners-from-packages
uses: autowarefoundation/autoware-github-actions/update-codeowners-from-packages@v1
with:
token: ${{ steps.generate-token.outputs.token }}
pr-labels: |
tag:bot
tag:update-codeowners-from-packages
auto-merge-method: squash
global-codeowners: @autowarefoundation/autoware-core-global-codeowners

Check failure on line 38 in .github/workflows/update-codeowners-from-packages.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-codeowners-from-packages.yaml

Invalid workflow file

You have an error in your yaml syntax on line 38