Skip to content

Activate GitHub workflow for online building of SCInsta IPA #11

Activate GitHub workflow for online building of SCInsta IPA

Activate GitHub workflow for online building of SCInsta IPA #11

name: PR assignment
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: 'Auto-assign PR'
uses: pozil/auto-assign-issue@v1
with:
assignees: socuul
allowNoAssignees: true