Skip to content

Commit

Permalink
Create Autometrics Report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DSLZL authored Feb 15, 2024
1 parent adfd801 commit 6e4e9fc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/Autometrics Report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Metrics report

on: [pull_request]

jobs:
build:
# The task only runs on linux x64 machines.
runs-on: ubuntu-latest

# Permissions are necessary to be able to edit and write comments on the PR
permissions:
issues: write
pull-requests: write
repository-projects: read
contents: read

steps:
- uses: actions/checkout@v3
- uses: autometrics-dev/diff-metrics@v1
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
rs-roots: |
.

0 comments on commit 6e4e9fc

Please sign in to comment.