From b29eedf772ac319108c9dd90437ef5a15bd8aaa7 Mon Sep 17 00:00:00 2001 From: Fred Date: Mon, 28 Mar 2022 17:44:16 -0400 Subject: [PATCH] Create label-sponsors.yml file When users who are sponsors submit a PR or an issue, a "sponsors" label will appear next to their name --- .github/workflows/label-sponsors.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/workflows/label-sponsors.yml diff --git a/.github/workflows/label-sponsors.yml b/.github/workflows/label-sponsors.yml new file mode 100644 index 0000000..f3eb819 --- /dev/null +++ b/.github/workflows/label-sponsors.yml @@ -0,0 +1,2 @@ +- name: Sponsor Labels + uses: JasonEtco/is-sponsor-label-action@v1.2.0