avinashkranjan / Pentesting-and-Hacking-Scripts

🚀 A curated collection of Pentesting and Hacking Scripts for Script Kiddie to Advanced Pentesters. 👨‍💻
Creative Commons Zero v1.0 Universal
182 stars 131 forks source link

docs: add workflow to assign PR to its author #472

Closed Anmol-Baranwal closed 11 months ago

Anmol-Baranwal commented 11 months ago

Description

name: "Author Assign PR"

on:
  pull_request_target:
    types: [opened, reopened]

permissions:
  pull-requests: write

jobs:
  assign-author:
    runs-on: ubuntu-latest
    steps:
      - uses: toshimaru/auto-author-assign@v1.6.2
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}" # GITHUB_TOKEN will be used by default

Fixes Issue

Closes #448

Have you read the Contributing Guidelines on Pull Requests?

Type of change

Please delete options that are not relevant.

Checklist:

Anmol-Baranwal commented 11 months ago

@avinashkranjan

There is a error with the issue template, which I noticed right now.

image

I have fixed it, due to which issue templates will be visible again.