We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4b552 commit cb877e7Copy full SHA for cb877e7
1 file changed
.github/workflows/milestone-manager.yml
@@ -13,7 +13,7 @@ permissions:
13
jobs:
14
assign-to-milestone:
15
if: >
16
- (github.event_name == 'issues' && github.event.label.name == 'GSSoC 2026') ||
+ (github.event_name == 'issues' && github.event.label.name == 'GSSoC 2026' && github.event.issue.pull_request == null) ||
17
(github.event_name == 'pull_request_target' && github.event.label.name == 'gssoc:approved')
18
runs-on: ubuntu-latest
19
steps:
0 commit comments