選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

pull-labeler.yml 394B

1234567891011121314151617181920
  1. name: labeler
  2. on:
  3. pull_request_target:
  4. types: [opened, synchronize, reopened]
  5. concurrency:
  6. group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
  7. cancel-in-progress: true
  8. jobs:
  9. labeler:
  10. runs-on: ubuntu-latest
  11. permissions:
  12. contents: read
  13. pull-requests: write
  14. steps:
  15. - uses: actions/labeler@v5
  16. with:
  17. sync-labels: true