feat: allows you to add extra pip requirements to your codejail sandbox DS-697 #11
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/auto-assign-issue@v1.5.0 | |
with: | |
repo-token: ${{ secrets.DEDALO_PAT }} | |
teams: tutor-plugins | |
numOfAssignee: 2 |