Skip to content

fix: [#1750] Fixes issue where an error was thrown for xmlns or unknown prefixes in Element.setAttribute #247

fix: [#1750] Fixes issue where an error was thrown for xmlns or unknown prefixes in Element.setAttribute

fix: [#1750] Fixes issue where an error was thrown for xmlns or unknown prefixes in Element.setAttribute #247

Workflow file for this run

name: Auto Assign
on:
pull_request:
types:
- opened
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Set build URL to commit status
run: |
curl \
--request POST \
--url https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.number }} \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
--data "{
\"assignees\": [\"${{ github.actor }}\"]
}"