Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Delete module

Delete module #65

name: Check collaborators username within a PR
on:
pull_request:
paths: "terraform/**"
env:
RUBY_VERSION: 3.1.0
jobs:
check-collaborators-username:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- run: bundle install
- name: Do check
run: ruby bin/check-collaborators-usernames.rb
env:
OPS_BOT_TOKEN: ${{ secrets.MOJAS_COLLABORATORS_GENERAL_ADMIN_BOT_PAT }}
LOG_LEVEL: "info"