https://github.com/keyfactor/action-list-prcommit-messages
Action to list commit messages on a pull request
https://github.com/keyfactor/action-list-prcommit-messages
Last synced: about 1 year ago
JSON representation
Action to list commit messages on a pull request
- Host: GitHub
- URL: https://github.com/keyfactor/action-list-prcommit-messages
- Owner: Keyfactor
- License: apache-2.0
- Created: 2023-07-18T23:42:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T18:11:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T21:18:58.765Z (over 1 year ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# action-list-prcommit-messages
List commit messages on a pull request
```
name: List PRs
on: [workflow_dispatch]
jobs:
list-pr-commit-messages:
runs-on: ubuntu-latest
name: List the commit messages
steps:
- name: List commit messages
id: list
uses: ./
with:
pr-number: 1
repo-token: ${{ secrets.TEST_ACTION_GH_PAT}}