Skip to content

Test

Test #319

Workflow file for this run

name: "Set Issue Label"
on:
issues:
types: [opened, edited]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/[email protected]
with:
keywords: '["branch update", "Branch update"]'
labels: '["branch update"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["admin","Admin", "administrator","Administrator"]'
labels: '["admin"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["bug", "error","Bug", "Error", "err", "Err"]'
labels: '["bug"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["documentation", "Documentation"]'
labels: '["documentation"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["IMPORTANT!","IMPORTANT","Important","important", "important!"]'
labels: '["IMPORTANT!"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["MAJOR"]'
labels: '["MAJOR"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["MINOR"]'
labels: '["MINOR"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["CSS", "css", "Css", "SCSS", "scss", "Scss", "styling"]'
labels: '["CSS"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["- [ ] #", "- [x] #"]'
labels: '["Grouped Task"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["reducer","Reducer","reducers","Reducer","redux","Redux"]'
labels: '["Redux"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["e2e","E2E","Cypress", "cypress"]'
labels: '["Cypress"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["Settings","settings"]'
labels: '["Settings"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["Service","service"]'
labels: '["Service"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["Middleware","middleware"]'
labels: '["Middleware"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["Route","route"]'
labels: '["Route"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["Utils","utils", "Util", "util"]'
labels: '["Utils"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["Model","model"]'
labels: '["Model"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["Schema","schema"]'
labels: '["Schema"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Naturalclar/[email protected]
with:
keywords: '["Controller","controller"]'
labels: '["Controller"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
# Self hosted deploy server cleanup, should ALWAYS run independent to result
- name: Cleanup
if: ${{ always() }}
run: docker ps -q | xargs -n 1 -P 8 -I {} docker stop {}