WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

DRAFT - Add Customization Rules Support to google_datastream_stream #27985

DRAFT - Add Customization Rules Support to google_datastream_stream

DRAFT - Add Customization Rules Support to google_datastream_stream #27985

name: changelog-checker
permissions: read-all
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
check:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.2
with:
path: repo
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '^1.24.0'
- name: Build
run: |
cd repo/tools/go-changelog/cmd/changelog-pr-body-check
go build
- name: Check Changelog
env:
GITHUB_OWNER: GoogleCloudPlatform
GITHUB_REPO: magic-modules
GITHUB_TOKEN: ${{github.token}}
run: |
cd repo/tools/go-changelog/cmd/changelog-pr-body-check
./changelog-pr-body-check ${{github.event.pull_request.number}}