Skip to content

Added the scroll to top with enhanced ui and fixed someone has putted the css directly on button which is bad habbit fixed that #22

Added the scroll to top with enhanced ui and fixed someone has putted the css directly on button which is bad habbit fixed that

Added the scroll to top with enhanced ui and fixed someone has putted the css directly on button which is bad habbit fixed that #22

name: Auto Label New Issues & PRs
on:
issues:
types: [opened]
pull_request:
types: [opened]
permissions:
issues: write
pull-requests: write
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
hacktoberfest-accepted
gssoc-ext