Skip to content

Update redis requirement from <=4.6.0 to <=5.0.1 #72

Update redis requirement from <=4.6.0 to <=5.0.1

Update redis requirement from <=4.6.0 to <=5.0.1 #72

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