🐛 N°7916 SF#2274 EmailLaminas.php: Keep charset with part header in multipart email #3
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: Add PRs to Combodo PRs Dashboard | |
on: | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add PR to Combodo Project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/Combodo/projects/5 | |
github-token: ${{ secrets.PR_AUTOMATICALLY_ADD_TO_PROJECT }} |