Skip to content

Deprecate Spree::Deprecation in favor of Spree.deprecator #1379

Deprecate Spree::Deprecation in favor of Spree.deprecator

Deprecate Spree::Deprecation in favor of Spree.deprecator #1379

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"