Skip to content

Generate the sandbox using the version of Rails coming from the Gemfile #1828

Generate the sandbox using the version of Rails coming from the Gemfile

Generate the sandbox using the version of Rails coming from the Gemfile #1828

name: "Triage for Changelog"
on: pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
dot: true
ensure:
uses: "./.github/workflows/ensure_changelog_label.yml"
needs: "triage"