Skip to content

Merge pull request #691 from siddhant4ds/predictive-maintenance #582

Merge pull request #691 from siddhant4ds/predictive-maintenance

Merge pull request #691 from siddhant4ds/predictive-maintenance #582

Workflow file for this run

name: Issue/Pull Request Label
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Label Syncer
uses: micnncim/action-label-syncer@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
with:
manifest: .github/labels.json
prune: false