Skip to content

chore(deps): bump actions/checkout from 4 to 6 #2

chore(deps): bump actions/checkout from 4 to 6

chore(deps): bump actions/checkout from 4 to 6 #2

Workflow file for this run

name: GitHub - Pull Request
on:
pull_request_target: {}
jobs:
auto-assign:
name: Auto Assign
uses: tedilabs/github-actions/.github/workflows/github.pr.auto-assign.yaml@main
if: ${{ github.event_name == 'pull_request_target' }}
permissions:
contents: read
pull-requests: write
with:
config_file: .github/auto-assign.yaml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
auto-label:
name: Auto Label
uses: tedilabs/github-actions/.github/workflows/github.pr.auto-label.yaml@main
if: ${{ github.event_name == 'pull_request_target' }}
permissions:
contents: read
issues: write
pull-requests: write
with:
labeler_config_file: .github/labeler.yaml
labeler_dot_included: true
labeler_sync_labels: true
pr_size_xs_label: 'size/XS'
pr_size_s_label: 'size/S'
pr_size_m_label: 'size/M'
pr_size_l_label: 'size/L'
pr_size_xl_label: 'size/XL'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}