Skip to content

feat: link na stronie głównej prowadzi do strony z listą organizacji #39

feat: link na stronie głównej prowadzi do strony z listą organizacji

feat: link na stronie głównej prowadzi do strony z listą organizacji #39

Workflow file for this run

name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ivellios,ksenecki,EmiM
numOfAssignee: 1