summaryrefslogtreecommitdiff
path: root/@linaria/.github/workflows/main.yml
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-08-23 16:46:06 -0300
committerSebastian <sebasjm@gmail.com>2021-08-23 16:48:30 -0300
commit38acabfa6089ab8ac469c12b5f55022fb96935e5 (patch)
tree453dbf70000cc5e338b06201af1eaca8343f8f73 /@linaria/.github/workflows/main.yml
parentf26125e039143b92dc0d84e7775f508ab0cdcaa8 (diff)
downloadnode-vendor-38acabfa6089ab8ac469c12b5f55022fb96935e5.tar.gz
node-vendor-38acabfa6089ab8ac469c12b5f55022fb96935e5.tar.bz2
node-vendor-38acabfa6089ab8ac469c12b5f55022fb96935e5.zip
added web vendorsHEADmaster
Diffstat (limited to '@linaria/.github/workflows/main.yml')
-rw-r--r--@linaria/.github/workflows/main.yml21
1 files changed, 21 insertions, 0 deletions
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 }}