You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release-reminders.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,9 @@ jobs:
121
121
fi
122
122
echo ""
123
123
echo "*Close this issue if not releasing this cycle.*"
124
+
echo ""
125
+
echo "---"
126
+
echo "*Created by the [release reminders workflow](https://github.com/epiforecasts/epiforecasts.github.io/blob/main/.github/workflows/release-reminders.yaml).*"
124
127
} > /tmp/release-body.md
125
128
# Ensure 'release' label exists, create issue without label if it fails
0 commit comments