Skip to content

Bump activesupport from 7.2.3 to 7.2.3.1 #145

Bump activesupport from 7.2.3 to 7.2.3.1

Bump activesupport from 7.2.3 to 7.2.3.1 #145

Workflow file for this run

name: Auto Assign PRs
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: .github/auto_assignee.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}