Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/import_meetup_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@ jobs:
labels: |
automation, auto-approve

- name: Confirm only events.yml was modified
if: steps.create-pr.outputs.pull-request-number
run: |
MODIFIED_FILES=$(git diff --name-only)
echo "Modified files: $MODIFIED_FILES"
if echo "$MODIFIED_FILES" | grep -qv "^_data/events.yml$"; then
echo "ERROR: Unexpected files were modified"
exit 1
fi
echo "Only events.yml was modified as expected"

- name: Wait for required checks
if: steps.create-pr.outputs.pull-request-number
run: |
Expand Down