Skip to content

Friction Log

Friction Log #365

Workflow file for this run

name: Friction Log
on:
push:
issues:
types: [closed, reopened]
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
concurrency:
group: friction-log
cancel-in-progress: false
permissions: {}
jobs:
friction-log:
name: Friction Log
if: >-
(github.event_name != 'push' || github.ref_name == github.event.repository.default_branch) &&
(github.event_name != 'issues' || github.event.issue.user.login == 'github-actions[bot]')
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Clone repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
ref: ${{ github.sha }}
- name: Report and reconcile frictions
uses: wevm/frog/action@242e306ebb19fbe77b6b3bcffcd9430743f5117a # v1
with:
issue-author: github-actions[bot]
version: 1.0.15