Revamp Your Website: Stylish Navbar Menu for Contributing to an Open-Source Project for a Sleek and Modern Design #345
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
name: Auto Label New Issues & PRs | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
permissions: | |
issues: write | |
pull-requests: write | |
contents: write # Required to read repository contents | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repository | |
uses: actions/checkout@v3 | |
- name: Add Labels to Issues & PRs | |
if: github.event_name == 'issues' || github.event_name == 'pull_request' | |
uses: actions-ecosystem/[email protected] | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
labels: | | |
hacktoberfest-accepted | |
gssoc-ext |