We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c63841 commit e29a6a4Copy full SHA for e29a6a4
.github/workflows/checks.yaml
@@ -181,7 +181,7 @@ jobs:
181
182
auto-label:
183
needs: detect-changes
184
- if: needs.detect-changes.outputs.go_code == 'true' && github.event.pull_request.head.repo.full_name == github.repository
+ if: needs.detect-changes.outputs.go_code == 'true'
185
runs-on: ubuntu-latest
186
name: Auto Label Go Changes
187
permissions:
0 commit comments