Skip to content

Commit

Permalink
Upstream Alpine update (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max and crazy-max authored Mar 18, 2021
1 parent 96c67e9 commit 93be32f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -63,6 +67,10 @@
name: ":question: question"
color: "3f51b5"
description: ""
- # sponsor
name: ":sparkling_heart: sponsor"
color: "fedbf0"
description: ""
- # stale
name: ":skull: stale"
color: "237da0"
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/label-sponsor.yml
Original file line number Diff line number Diff line change
@@ -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 }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 93be32f

Please sign in to comment.