[UXE-5923] Fix: rename dns endpoint and change code to match project standard #1812
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
on: | |
pull_request: | |
types: [opened] | |
name: Assign author to PR | |
jobs: | |
assignAuthor: | |
name: Auto assign author to PR | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign author to PR | |
uses: technote-space/assign-author@v1 |