Skip to content

Commit 091c4e3

Browse files
committed
update forum link
1 parent 145bc25 commit 091c4e3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/bounty.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Comment bounty info
1717
uses: actions/github-script@v7
1818
env:
19-
FORUM_URL: "https://hub.jmonkeyengine.org/t/proposal-experimental-bounty-program-in-jme/49385"
19+
FORUM_URL: "https://hub.jmonkeyengine.org/t/bounty-program-trial-starts-today/49394/"
2020
RESERVE_HOURS: "48"
2121
TIMER_SVG_BASE: "https://jme-bounty-reservation-indicator.rblb.workers.dev/timer.svg"
2222
with:
@@ -80,8 +80,7 @@ jobs:
8080
const already = comments.data.some(c =>
8181
c.user?.login === "github-actions[bot]" &&
8282
typeof c.body === "string" &&
83-
c.body.includes("**This issue has a bounty.**") &&
84-
c.body.includes(`see: ${forumUrl}`)
83+
c.body.includes("This issue has a bounty")
8584
);
8685
8786
if (already) return;

0 commit comments

Comments
 (0)