⬆️ maint(deps-dev): Bump @types/node from 18.16.3 to 22.10.10 #16331
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @format | |
name: Project Management | |
on: | |
issues: | |
types: [opened, edited, closed, reopened] | |
pull_request_target: | |
types: [opened, edited, closed, reopened, synchronize] | |
# project_card: | |
# types: [created, moved, deleted] | |
# schedule: [cron: "0 * * * *"] | |
jobs: | |
release-mastermind: | |
name: Release Mastermind | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Release Mastermind | |
uses: ./ | |
with: | |
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}" | |
config: .github/config.json | |
configRef: main |