Skip to content

Bump pytest-mock from 3.10.0 to 3.11.1 #35

Bump pytest-mock from 3.10.0 to 3.11.1

Bump pytest-mock from 3.10.0 to 3.11.1 #35

Workflow file for this run

name: Auto Assign to Project
on:
issues:
types: [opened, labeled]
pull_request_target:
types: [opened, labeled]
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- uses: actions/[email protected]
with:
# You can target a repository in a different organization
# to the issue
project-url: https://github.com/orgs/alephdata/projects/10
github-token: ${{ secrets.ALEPH_GITHUB_TOKEN }}
continue-on-error: true