Skip to content

Bug : Link 'rel' attribute should include 'noopener'. #22

Bug : Link 'rel' attribute should include 'noopener'.

Bug : Link 'rel' attribute should include 'noopener'. #22

Workflow file for this run

name: 'Author Assign'
on:
pull_request:
branches: ['**'] # Trigger on pull requests for all branches
types: [opened, reopened]
issues:
types: [opened, reopened]
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.1.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'