Skip to content

Commit c2380fa

Browse files
authored
Add comment to CoC document warning about local modifications (#283)
1 parent 136ff29 commit c2380fa

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/coc-update.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ jobs:
6262
exit 0
6363
fi
6464
65-
# Safety catch for initial testing.
66-
if [[ "${{ matrix.full_repo }}" != "beeware/colosseum" ]]; then
67-
echo "Initial safety catch... skipping non-colosseum..."
68-
exit 0
69-
fi
70-
7165
# Work within target repo
7266
cd targetrepo
7367

CODE_OF_CONDUCT.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!--
2+
**********************************************************************
3+
*** DO NOT MODIFY THIS FILE DIRECTLY ***
4+
**********************************************************************
5+
The original copy of this file is in the beeware/.github repository.
6+
It will be automatically copied into other BeeWare repositories when
7+
the original is altered. Any changes should be made to the original.
8+
**********************************************************************
9+
-->
110
# BeeWare Community Code of Conduct
211

312
## Our pledge <a name="our-pledge"></a>

0 commit comments

Comments
 (0)