Skip to content

Bump pytest-env from 0.8.1 to 0.8.2 #33

Bump pytest-env from 0.8.1 to 0.8.2

Bump pytest-env from 0.8.1 to 0.8.2 #33

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