Skip to content

lango-stale-reviews #44999

lango-stale-reviews

lango-stale-reviews #44999

name: lango-stale-reviews
on:
schedule:
- cron: '* */1 * * *' # At every hour.
jobs:
update-last-activity-dates:
env:
LANGO_REVIEW_BOARD_TOKEN: ${{ github.token }}
ORGANIZATION: Tarantool
PROJECT_ID: 83
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python3
uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: pip
- name: Install dependencies
run: pip install requests
- name: Update dates
run: python tools/stale_pr_date_setter.py