Skip to content

plugins: mcumgr: os_mgmt: Date/time uses wrong format #42

plugins: mcumgr: os_mgmt: Date/time uses wrong format

plugins: mcumgr: os_mgmt: Date/time uses wrong format #42

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
if: github.repository == 'thedjnK/AuTerm'
steps:
- name: 'Auto-assign issue'
if: ${{ toJSON(github.event.issue.assignees.*.login) == '[]' }}
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: thedjnK
allowSelfAssign: true
- name: 'Auto-label issue'
if: ${{ toJSON(github.event.issue.labels.*.name) == '[]' }}
run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: triage