diff --git a/.github/labels.yml b/.github/labels.yml index 21369fb..58933f0 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -39,10 +39,6 @@ name: ":hatching_chick: good first issue" color: "7057ff" description: "" -- # help wanted - name: ":pray: help wanted" - color: "4caf50" - description: "" - # hold name: ":hand: hold" color: "24292f" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c84d32a..e2d4041 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,9 @@ name: Package and release # we need to let GitHub know _when_ we want to release, typically only when we create a new tag. -# this will target only tags, and not all pushes to the master branch. +# this will target only tags, and not all pushes to the main branch. # this part can be heavily customized to your liking, like targeting only tags that match a certain word, -# other branches or even pullrequests. +# other branches or even pull requests. on: push: tags: