We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e131a commit cb09a2dCopy full SHA for cb09a2d
src/func.test.js
@@ -124,7 +124,7 @@ test("invalid permission level in config", async () => {
124
const config = [
125
{
126
command: "test",
127
- permission: "super-admin",
+ permission: "test-case-invalid-permission",
128
issue_type: "both",
129
repository: "peter-evans/slash-command-dispatch",
130
event_type_suffix: "-command"
@@ -138,7 +138,7 @@ test("invalid issue type in config", async () => {
138
139
140
permission: "write",
141
- issue_type: "pr",
+ issue_type: "test-case-invalid-issue-type",
142
143
144
}
0 commit comments