Skip to content

ranazrad/pr-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pr-notifier

Printing out all PRs in the last 7 days using Github API

Configure script

Set your target repo owner and repository name in the .env file
OWNER=
REPOSITORY=

Executing script instructions

  1. Clone the repo:
    git clone https://github.com/ranazrad/pr-notifier.git
  2. Change directory to pr-notifier:
    cd pr-notifier
  3. Override the variables in .env file to the desired Repo:
    OWNER=
    REPOSITORY=
  4. Build the docker file:
    docker build -t pr-notifier .
  5. Run the docker image to execute the script:
    docker run --env-file .env pr-notifier
  6. View the stdout logs
  7. If no stdout logs, view container logs:
    docker logs pr-notifier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published