mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-19 03:18:57 +08:00
Move to Docker org
This commit is contained in:
parent
f02d9f4f9b
commit
9ceaaf86cd
15 changed files with 226 additions and 362 deletions
18
.github/workflows/label-sponsor.yml
vendored
18
.github/workflows/label-sponsor.yml
vendored
|
|
@ -1,18 +0,0 @@
|
|||
name: label-sponsor
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- 'opened'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Set sponsor label
|
||||
uses: JasonEtco/is-sponsor-label-action@024ac24f8b170abce078cad4ee748852369853c8
|
||||
with:
|
||||
label: ":sparkling_heart: sponsor"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
20
.github/workflows/labels.yml
vendored
20
.github/workflows/labels.yml
vendored
|
|
@ -1,20 +0,0 @@
|
|||
name: labels
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- '.github/labels.yml'
|
||||
- '.github/workflows/labels.yml'
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Run Labeler
|
||||
uses: crazy-max/ghaction-github-labeler@v3
|
||||
Loading…
Add table
Add a link
Reference in a new issue