ci: add job condition for auto assign milestone

This commit is contained in:
Minh141120 2025-08-21 21:25:08 +07:00
parent ef90f07db8
commit 2000fc31b5

View File

@ -7,6 +7,7 @@ on:
jobs:
assign_milestone:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
permissions:
pull-requests: write
issues: write