Skip to content

Add stale.yml workflow for marking stale issues and PRs #3

Add stale.yml workflow for marking stale issues and PRs

Add stale.yml workflow for marking stale issues and PRs #3

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: Drive-for-Java/gh-action-open-source-labels@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
owner-name: 'Drive-for-Java'
repository-name: 'gh-action-open-source-labels'