22
22
permissions :
23
23
pull-requests : write # For gh to edit labels.
24
24
25
+ # TODO: `--repo carbon-language/carbon-lang` is a temporary workaround for:
26
+ # https://github.com/cli/cli/issues/11055
27
+ # Once a later version is released on runners, maybe August 2025, we should be
28
+ # able to remove the extra flag.
25
29
jobs :
26
30
proposal_labeled :
27
31
runs-on : ubuntu-latest
44
48
--remove-label "proposal accepted" \
45
49
--remove-label "proposal declined" \
46
50
--remove-label "proposal deferred" \
47
- --add-label "proposal"
51
+ --add-label "proposal" \
52
+ --repo carbon-language/carbon-lang
48
53
env :
49
54
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
55
PR : ${{ github.event.pull_request.html_url }}
58
63
--remove-label "proposal accepted" \
59
64
--remove-label "proposal declined" \
60
65
--remove-label "proposal deferred" \
61
- --add-label "proposal"
66
+ --add-label "proposal" \
67
+ --repo carbon-language/carbon-lang
62
68
env :
63
69
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
70
PR : ${{ github.event.pull_request.html_url }}
72
78
--remove-label "proposal rfc" \
73
79
--remove-label "proposal declined" \
74
80
--remove-label "proposal deferred" \
75
- --add-label "proposal"
81
+ --add-label "proposal" \
82
+ --repo carbon-language/carbon-lang
76
83
env :
77
84
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78
85
PR : ${{ github.event.pull_request.html_url }}
86
93
--remove-label "proposal rfc" \
87
94
--remove-label "proposal accepted" \
88
95
--remove-label "proposal deferred" \
89
- --add-label "proposal"
96
+ --add-label "proposal" \
97
+ --repo carbon-language/carbon-lang
90
98
env :
91
99
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
92
100
PR : ${{ github.event.pull_request.html_url }}
@@ -100,7 +108,8 @@ jobs:
100
108
--remove-label "proposal rfc" \
101
109
--remove-label "proposal accepted" \
102
110
--remove-label "proposal declined" \
103
- --add-label "proposal"
111
+ --add-label "proposal" \
112
+ --repo carbon-language/carbon-lang
104
113
env :
105
114
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
106
115
PR : ${{ github.event.pull_request.html_url }}
0 commit comments