Skip to content

Commit ca02480

Browse files
committed
ci: update tests, stale messaging
1 parent 28e4cb9 commit ca02480

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

โ€Ž.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
stale-pr-message: "PR marked stale due to no recent activity."
2222
stale-pr-label: "stale"
2323
exempt-pr-labels: "enhancement, help wanted, in progress, upstream"
24-
close-issue-message: "Issue closed due to no recent activity for an extended period."
25-
close-pr-message: "PR closed due to no recent activity for an extended period."
24+
close-issue-message: "Issue closed due to lack of activity for an extended period."
25+
close-pr-message: "PR closed due to lack of activity for an extended period."
2626
days-before-issue-stale: 30
2727
days-before-pr-stale: 45
2828
days-before-issue-close: 5

โ€ŽCargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ categories = ["command-line-utilities", "development-tools"]
44
description = "Futuristic take on hexdump, made in Rust."
55
repository = "https://github.com/sitkevij/hex"
66
keywords = ["hexdump", "hexadecimal", "tools", "ascii", "hex"]
7-
include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "hx.1"]
7+
include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "hx.1", "tests/**/*"]
88
license = "MIT"
99
name = "hx"
1010
readme = "README.md"

โ€Žtests/files/alphanumeric-zh.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

โ€Žtests/files/emoji.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
๐Ÿ˜€๐Ÿ˜ƒ๐Ÿ˜„๐Ÿ˜๐Ÿ˜†๐Ÿ˜…๐Ÿคฃ๐Ÿ˜‚๐Ÿ™‚๐Ÿ™ƒ

0 commit comments

Comments
ย (0)