chore(scripts/sync_repo_files): add link to source script

Signed-off-by: machine424 <ayoubmrini424@gmail.com>
pull/16560/head
machine424 2 months ago committed by Ayoub Mrini
parent c3ce1f1927
commit b59b76639f
  1. 2
      scripts/sync_repo_files.sh

@ -10,7 +10,7 @@ git_user="prombot"
branch="repo_sync"
commit_msg="Update common Prometheus files"
pr_title="Synchronize common files from prometheus/prometheus"
pr_msg="Propagating changes from prometheus/prometheus default branch."
pr_msg="Propagating changes from prometheus/prometheus default branch.\n\n*Source can be found [here](https://github.com/prometheus/prometheus/blob/main/scripts/sync_repo_files.sh).*"
orgs="prometheus prometheus-community"
color_red='\e[31m'

Loading…
Cancel
Save