Teach test::Proxy to send packets in reverse direction #152
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: "assign_project" | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: alex-page/[email protected] | |
continue-on-error: true | |
with: | |
repo-token: "${{ secrets.REPO_MANAGEMENT }}" | |
project: "kanban board" | |
column: "Frontlog" |