Epik/hs 16 send email refractor handle submit function #42
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: Label Previous Pull Requests | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: | |
- unlabeled | |
jobs: | |
label-pr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Add label to pull requests | |
uses: actions/labeler@v5 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-number: | | |
129 | |
128 | |
123 | |
123 | |