Skip to content

.github/workflows/main.yml #1

.github/workflows/main.yml

.github/workflows/main.yml #1

Workflow file for this run

on: create
jobs:
createPullRequest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Make changes to pull request
run: date +%s > report.txt
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.PAT }}
commit-message: Update report
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
branch: ${{github.ref}}
base: main
delete-branch: true
labels: |
report
automated pr
team-reviewers: |
owners
maintainers
draft: false