1. 23 Mar, 2021 1 commit
  2. 10 Feb, 2021 1 commit
    • Martin Pugh's avatar
      [CI] Move check_labels to github actions (#2415) · 00ca3024
      Martin Pugh authored
      * move lib.sh to common dir
      
      * make check-labels a github action
      
      * check out the repo
      
      * fix secrets
      
      * add labelled PR type
      
      * remove check-labels job from gitlab
      
      * trigger on unlabelling also
      00ca3024
  3. 05 Aug, 2020 1 commit
  4. 22 Jun, 2020 1 commit
    • s3krit's avatar
      [CI] Refactor publish_draft_release.sh (#1289) · 1a0c1e9f
      s3krit authored
      * Refactor publish_draft_release.sh
      
      * Switch to using arrays for storing labelled changes
      * Combine changes for Polkadot and Substrate
      * Change sanitised_git_logs in `lib.sh` to drop `*`s at the start
      * Only look for priorities of medium or above (presence of one or more
        C1 label is enforeced by check-labels anyway, saves us some API calls)
      
      * Ensure priorities >C1-low aren't labelled B0-silent
      1a0c1e9f
  5. 17 Jun, 2020 1 commit
    • s3krit's avatar
      [CI] Add criticality of release to release notes (#1259) · fdc278a4
      s3krit authored
      * Enforces presence of C-labels to designate the importance of a release
      * Iterates over them on a release, takes the highest present and includes it in the release notes
      * Lists the change(s) that caused the release to be that priority
      fdc278a4
  6. 16 Jun, 2020 1 commit
  7. 12 May, 2020 1 commit
  8. 08 May, 2020 1 commit
    • s3krit's avatar
      [CI] add check_tags CI job (#1072) · 17994373
      s3krit authored
      * add check_tags CI job
      
      * fix typo in gitlab-ci.yml
      
      * add more useful CI output
      
      * Make presence of github token optional
      17994373