Skip to content

fix: 🚀 bundler: bump activesupport from 7.1.1 to 7.1.2 #408

fix: 🚀 bundler: bump activesupport from 7.1.1 to 7.1.2

fix: 🚀 bundler: bump activesupport from 7.1.1 to 7.1.2 #408

Workflow file for this run

---
# SPDX-FileCopyrightText: Jürgen Mülbert
#
# SPDX-License-Identifier: MIT
#
#
name: "Pull Request Actions"
on:
pull_request:
# The branches below must be a subset of the branches above
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
Pull_Request:
permissions:
pull-requests: write
contents: read
uses: jmuelbert/commons/.github/workflows/pull-request.yml@main
with:
config-path: .github/labeler.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}