build(deps-dev): bump prettier from 3.0.3 to 3.5.0 #722
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
--- | |
# vim: set ai expandtab sw=2 ts=2 sts=2 re=2 ft=yaml: | |
# code: language=yaml | |
# | |
# SPDX-FileCopyrightText: 2023 Pablo Hörtner <[email protected]> | |
# SPDX-License-Identifier: AGPL-3.0-or-later | |
# | |
# Copyright © 2023 by Pablo Hörtner <[email protected]>. All rights reserved. | |
# You can find the AGPL v3.0 here: https://www.gnu.org/licenses/agpl-3.0 | |
name: Welcome new contributors to redgnus | |
on: [pull_request, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: '💜 Welcome to redgnus & happy hacking!' | |
pr-message: '💜 Welcome to redgnus & happy hacking!' |