mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
ci: lock discussions without reason
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
-f id="$discussion_id" \
|
||||
-f query="
|
||||
mutation(\$id: ID!) {
|
||||
lockLockable(input: {lockableId: \$id, lockReason: RESOLVED}) {
|
||||
lockLockable(input: {lockableId: \$id}) {
|
||||
lockedRecord {
|
||||
locked
|
||||
}
|
||||
@@ -171,7 +171,7 @@ jobs:
|
||||
-f id="$discussion_id" \
|
||||
-f query="
|
||||
mutation(\$id: ID!) {
|
||||
lockLockable(input: {lockableId: \$id, lockReason: RESOLVED}) {
|
||||
lockLockable(input: {lockableId: \$id}) {
|
||||
lockedRecord {
|
||||
locked
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user