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
This is an automated message by src/script/redmine-upkeep.py.
1246
1247
1247
-
I found one or more 'Fixes:' tags in the commit messages in
1248
+
I found one or more `Fixes:` tags in the commit messages in
1248
1249
1249
1250
`git log {revrange}`
1250
1251
1251
1252
The referenced tickets are:
1252
1253
1253
1254
{tracker_links}
1254
1255
1255
-
Those tickets do not reference this merged Pull Request. If this
1256
-
Pull Request merge resolves any of those tickets, please update the
1257
-
"Pull Request ID" field on each ticket. A future run of this
1258
-
script will appropriately update them.
1256
+
Those tickets do not reference this merged Pull Request. If this Pull Request merge resolves any of those tickets, please update the "Pull Request ID" field on each ticket. A future run of this script will appropriately update them.
1259
1257
1260
1258
Update Log: {GITHUB_ACTION_LOG}
1261
1259
@@ -1398,6 +1396,10 @@ def main():
1398
1396
log.fatal("REDMINE_API_KEY not found! Please set REDMINE_API_KEY environment variable or ~/.redmine_key.")
1399
1397
sys.exit(1)
1400
1398
1399
+
ifGITHUB_TOKENisNone:
1400
+
log.fatal("GITHUB_TOKEN not found! Please set GITHUB_TOKEN environment variable or ~/.github_token.")
0 commit comments