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 145bc25 commit 091c4e3Copy full SHA for 091c4e3
1 file changed
.github/workflows/bounty.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Comment bounty info
17
uses: actions/github-script@v7
18
env:
19
- FORUM_URL: "https://hub.jmonkeyengine.org/t/proposal-experimental-bounty-program-in-jme/49385"
+ FORUM_URL: "https://hub.jmonkeyengine.org/t/bounty-program-trial-starts-today/49394/"
20
RESERVE_HOURS: "48"
21
TIMER_SVG_BASE: "https://jme-bounty-reservation-indicator.rblb.workers.dev/timer.svg"
22
with:
@@ -80,8 +80,7 @@ jobs:
80
const already = comments.data.some(c =>
81
c.user?.login === "github-actions[bot]" &&
82
typeof c.body === "string" &&
83
- c.body.includes("**This issue has a bounty.**") &&
84
- c.body.includes(`see: ${forumUrl}`)
+ c.body.includes("This issue has a bounty")
85
);
86
87
if (already) return;
0 commit comments