Skip to content

Commit

Permalink
Merge pull request #292 from junpataleta/updatelinks
Browse files Browse the repository at this point in the history
Update tracker automation links to point to the new dev docs
  • Loading branch information
stronk7 authored Mar 11, 2024
2 parents 2016f7e + 029dc92 commit 8399dca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ while read issue; do
# Add an information link to the bottom of the report
echo "" >> "${resultfile}.${issue}.txt"
if [[ ${issueresult} == "success" ]]; then
echo "~[More information about this report|https://docs.moodle.org/dev/Automated_code_review]~" >> "${resultfile}.${issue}.txt"
echo "~[More information about this report|https://moodledev.io/general/development/tools/cibot]~" >> "${resultfile}.${issue}.txt"
else
echo "[Should these errors be fixed?|https://docs.moodle.org/dev/Automated_code_review#Should_coding_style_issues_in_existing_code_be_fixed.3F]" >> "${resultfile}.${issue}.txt"
echo "[Should these errors be fixed?|https://moodledev.io/general/development/tools/cibot#should-coding-style-issues-in-existing-code-be-fixed]" >> "${resultfile}.${issue}.txt"
fi

# Execute the criteria postissue. It will perform the needed changes in the tracker for the current issue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# b) The issue has the mdlqa label. | => labels IN (mdlqa)
#
# This job must be enabled only since freeze day to the end of on-sync period, when normal weeklies begin.
# (see https://docs.moodle.org/dev/Release_process#5_weeks_prior)
# (see https://moodledev.io/general/development/process/release#5-weeks-prior)
#
# Parameters:
# jiraclicmd: fill execution path of the jira cli
Expand Down
2 changes: 1 addition & 1 deletion tracker_automations/continuous_manage_queues/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function run_B1a() {
--issue ${issue} \
--labels "integration_held"
# Add the standard comment for held issues.
comment='We are currently in the on-sync period ( https://docs.moodle.org/dev/Integration_Review#On-sync_period ) so this issue is being held until we leave that period in a few weeks time. Thanks for your patience!'.
comment='We are currently in the [On-sync period|https://moodledev.io/general/development/process/integration#on-sync-period] so this issue is being held until we leave that period in a few weeks time. Thanks for your patience!'.

${basereq} --action addComment \
--issue ${issue} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# - Unit tests
#
# This job must be enabled over normal weeklies period (since end of on-sync to freeze).
# (see https://docs.moodle.org/dev/Release_process#2_weeks_after)
# (see https://moodledev.io/general/development/process/release#2-weeks-after)
#
# Parameters:
# jiraclicmd: fill execution path of the jira cli
Expand Down

0 comments on commit 8399dca

Please sign in to comment.