Skip to content

🛒 @Contributors: Add Cart Page & Link with the Cart Button #487

🛒 @Contributors: Add Cart Page & Link with the Cart Button

🛒 @Contributors: Add Cart Page & Link with the Cart Button #487

name: Auto Label New Issues & PRs
on:
issues:
types: [opened]
permissions:
issues: 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'
uses: actions-ecosystem/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
hacktoberfest-accepted
gssoc-ext