Skip to content

Allow block-level HTML tags in post box ad and post breakout ad #126

Allow block-level HTML tags in post box ad and post breakout ad

Allow block-level HTML tags in post box ad and post breakout ad #126

name: Pull Request Meta
on:
pull_request:
types: [ opened ]
jobs:
process_pr_meta:
runs-on: ubuntu-20.04
steps:
- name: Assign to author
uses: kentaro-m/auto-assign-action@v2.0.0 # Specify also the minor version because v2 does not exist
- name: Add labels
uses: TimonVS/pr-labeler-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}