Skip to content

wurzn.hagezi.org: The server is affected by an outage at Hetzner and is currently unavailable #29

wurzn.hagezi.org: The server is affected by an outage at Hetzner and is currently unavailable

wurzn.hagezi.org: The server is affected by an outage at Hetzner and is currently unavailable #29

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 }}