Skip to content

Issue/677 privacy screen #2067

Issue/677 privacy screen

Issue/677 privacy screen #2067

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- labeled
- unlabeled
- opened
- edited
- reopened
- synchronize
- ready_for_review
- unlocked
jobs:
add-labels:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
assign-author:
if: github.event_name == 'pull_request' && github.event.action == 'opened'
runs-on: ubuntu-latest
steps:
- uses: samspills/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"