From 38acabfa6089ab8ac469c12b5f55022fb96935e5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 23 Aug 2021 16:46:06 -0300 Subject: added web vendors --- @linaria/.github/workflows/main.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 @linaria/.github/workflows/main.yml (limited to '@linaria/.github/workflows/main.yml') diff --git a/@linaria/.github/workflows/main.yml b/@linaria/.github/workflows/main.yml new file mode 100644 index 0000000..b2b11fd --- /dev/null +++ b/@linaria/.github/workflows/main.yml @@ -0,0 +1,21 @@ +name: labeler +on: + issues: + types: [opened, edited, reopened] + pull_request: + types: [opened, edited, reopened, ready_for_review, synchronize] + +jobs: + labeler: + runs-on: ubuntu-latest + name: label issues and pull requests + steps: + - name: check-out-repository + uses: actions/checkout@v2 + + - name: labeler + uses: jayu/super-labeler-action@develop + env: + ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }} + with: + github-token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3