Skip to content

Create python-publish.yml #96

Create python-publish.yml

Create python-publish.yml #96

Workflow file for this run

# This workflow automatically assigns all new pull requests to the user "santosomar".
#update
# To modify the assignee, update the `assignees` parameter below.
name: Auto-assign pull requests
on:
pull_request:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Assign pull request
uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: 'modyverbose1

Check failure on line 23 in .github/workflows/assign_pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/assign_pr.yml

Invalid workflow file

You have an error in your yaml syntax on line 23