Skip to content

feat(web): remove multiple user-members from workspace #224

feat(web): remove multiple user-members from workspace

feat(web): remove multiple user-members from workspace #224

Workflow file for this run

name: PR
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
labeler:
name: labeler
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
title_check:
name: title check
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ignoreLabels: meta
scopes: |
web
server
worker
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
doesn't start with an uppercase character.
pr_title:
runs-on: ubuntu-latest
needs:
- labeler
- title_check
if: '!failure()'
steps:
- run: echo OK