Skip to content

Commit e73d72b

Browse files
committed
update ci and clarity issue locking in doc
1 parent 635a704 commit e73d72b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
working_directory: /tmp/project
77
docker:
8-
- image: cimg/rust:1.86
8+
- image: cimg/rust:1.94
99
resource_class: small
1010
steps:
1111
- checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The metadata output from this step contains the number, url, title, state, label
8383

8484
- `comment`: _optional_ The body of a comment to add to the issue. This occurs after the locking or unlocking, but before all other issue updates.
8585

86-
- `lock`: _optional_ Whether the issue should be locked or unlocked. This occurs before all other issue updates.
86+
- `lock`: _optional_ Whether the issue should be locked or unlocked. This occurs before all other issue updates. The reason will be `Resolved`.
8787

8888
- `state`: _optional_ The desired state of the updated issue. This can be either `open` or `closed`.
8989

0 commit comments

Comments
 (0)