Compare commits

...
Author SHA1 Message Date
copilot-swe-agent[bot] a3eff36631 fix(ci): checkout repo before running PR labeler 2026-06-10 16:04:50 +00:00
copilot-swe-agent[bot] 8aad5d1278 Initial plan 2026-06-10 16:01:21 +00:00
+5
View File
@@ -31,6 +31,11 @@ jobs:
with:
egress-policy: audit
- name: Checkout base repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Apply labels to PR
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with: