Skip to content

Inquiry regarding North American DNS server locations #25

Inquiry regarding North American DNS server locations

Inquiry regarding North American DNS server locations #25

Workflow file for this run

name: Auto-assign new issues
on:
issues:
types: [opened]
jobs:
assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Assign issue to user
uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.github_token }}
assignees: ${{ github.repository_owner }}