Skip to content

Bump nodemailer from 6.7.0 to 6.9.15 #4026

Bump nodemailer from 6.7.0 to 6.9.15

Bump nodemailer from 6.7.0 to 6.9.15 #4026

Workflow file for this run

name: level1
on:
pull_request:
types: [opened]
issue_comment:
types: [created]
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/level1/') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: Level1