Skip to content

Calculate the ETA based on the last N increment or last X seconds #48

Calculate the ETA based on the last N increment or last X seconds

Calculate the ETA based on the last N increment or last X seconds #48

Workflow file for this run

---
on:
- "issues"
- "label"
- "workflow_dispatch"
name: "Labels"
jobs:
synchronize-labels:
name: "Synchronize Labels"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Code"
uses: "actions/checkout@v3"
timeout-minutes: 5
with:
fetch-depth: 0
- name: "Synchronize Labels"
uses: "micnncim/action-label-syncer@v1"
with:
manifest: ".github/labels.yml"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"