chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.5 #311
Workflow file for this run
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
name: Pull Request workflow | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize] | |
jobs: | |
# this job uses the configuration file in .github/auto_assign.yml | |
add-assignee: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/[email protected] | |
comment_pr: | |
runs-on: ubuntu-latest | |
name: Comment PR instructions | |
# only run this when PR is opened | |
if: github.event_name == 'pull_request' && github.event.action == 'opened' | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Comment PR | |
uses: thollander/actions-comment-pull-request@v2 | |
with: | |
message: | | |
Hi @${{ github.actor }}! Thanks for opening this PR. Please set the applicable project fields and labels to this PR to improve our workflow. You can do this by clicking on the "Projects" tab on the right side of the PR page and expanding the tab to set other fields, and by clicking on the "Labels" tab on top of it and selecting the applicable labels. |