fix: prioritize current site setting for org value #25
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR-Issue assignment | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
jobs: | |
auto-assign: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Auto-assign PR-Issue' | |
uses: pozil/[email protected] | |
with: | |
repo-token: ${{ secrets.DEDALO_PAT }} | |
teams: django-plugins-teco | |
numOfAssignee: 2 |