From 93be32f7150ee70427a75b8d5f74d198491fa0dc Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 18 Mar 2021 14:47:41 +0100 Subject: [PATCH] Upstream Alpine update (#177) Co-authored-by: CrazyMax --- .github/labels.yml | 14 +++++++++++--- .github/workflows/label-sponsor.yml | 21 +++++++++++++++++++++ CHANGELOG.md | 4 ++++ 3 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/label-sponsor.yml diff --git a/.github/labels.yml b/.github/labels.yml index b9ebdfb..ac87246 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,4 +1,8 @@ ## more info https://github.com/crazy-max/ghaction-github-labeler +- # automerge + name: ":bell: automerge" + color: "8f4fbc" + description: "" - # bot name: ":robot: bot" color: "69cde9" @@ -47,9 +51,9 @@ name: ":no_entry_sign: invalid" color: "e6e6e6" description: "" -- # maybe bug - name: ":interrobang: maybe bug" - color: "ff5722" +- # investigate + name: ":mag: investigate" + color: "e6625b" description: "" - # needs more info name: ":thinking: needs more info" @@ -63,6 +67,10 @@ name: ":question: question" color: "3f51b5" description: "" +- # sponsor + name: ":sparkling_heart: sponsor" + color: "fedbf0" + description: "" - # stale name: ":skull: stale" color: "237da0" diff --git a/.github/workflows/label-sponsor.yml b/.github/workflows/label-sponsor.yml new file mode 100644 index 0000000..749b9a6 --- /dev/null +++ b/.github/workflows/label-sponsor.yml @@ -0,0 +1,21 @@ +name: label-sponsor + +on: + pull_request: + types: + - 'opened' + issues: + types: + - 'opened' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - + name: Set sponsor label + uses: JasonEtco/is-sponsor-label-action@v1 + with: + label: ":sparkling_heart: sponsor" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd3597..bea31d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 21.2.0-r3 (2021/03/18) + +* Upstream Alpine update + ## 21.2.0-r2 (2021/03/10) * Handle LibreNMS plugins (#171)