Skip to content

Feature: Redesign the about us page #71

Feature: Redesign the about us page

Feature: Redesign the about us page #71

name: Auto Assign and Label PR
on:
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
assign-and-label:
runs-on: ubuntu-latest
steps:
- name: Add Labels to PR
uses: actions-ecosystem/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels:
- gssoc-ext

Check failure on line 21 in .github/workflows/auto-assign-label-pr.yml

View workflow run for this annotation

GitHub Actions / Auto Assign and Label PR

Invalid workflow file

The workflow is not valid. .github/workflows/auto-assign-label-pr.yml (Line: 21, Col: 11): A sequence was not expected
- hacktoberfest-accepted
- name: Assign PR to Creator
uses: actions-ecosystem/action-assign@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}