Skip to content

Merge pull request #170 from Dwayne-B/fix-footer #108

Merge pull request #170 from Dwayne-B/fix-footer

Merge pull request #170 from Dwayne-B/fix-footer #108

Workflow file for this run

name: Import open source standard labels
on:
push:
branches: [main]
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: "14"
- uses: EddieHubCommunity/gh-action-open-source-labels@main
with:
github-token: ${{ secrets.NPM_TOKEN }}
owner-name: "ItsRoy69"
repository-name: "DocTalk"
force: true
# force: true # optional to clear existing labels, default to true