File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -118,3 +118,26 @@ jobs:
118
118
env :
119
119
PROJECT_ID : " PN_kwDOAM0swc0rRA"
120
120
GITHUB_TOKEN : ${{ secrets.ELEMENT_BOT_TOKEN }}
121
+
122
+ move_message_bubbles_issues :
123
+ name : A-Message-Bubbles to Message bubbles board
124
+ runs-on : ubuntu-latest
125
+ if : >
126
+ contains(github.event.issue.labels.*.name, 'A-Message-Bubbles')
127
+ steps :
128
+
129
+ with :
130
+ headers : ' {"GraphQL-Features": "projects_next_graphql"}'
131
+ query : |
132
+ mutation add_to_project($projectid:String!,$contentid:String!) {
133
+ addProjectNextItem(input:{projectId:$projectid contentId:$contentid}) {
134
+ projectNextItem {
135
+ id
136
+ }
137
+ }
138
+ }
139
+ projectid : ${{ env.PROJECT_ID }}
140
+ contentid : ${{ github.event.issue.node_id }}
141
+ env :
142
+ PROJECT_ID : " PN_kwDOAM0swc3m-g"
143
+ GITHUB_TOKEN : ${{ secrets.ELEMENT_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments