Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Moving to UXL foundation org #7

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
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: 5 additions & 6 deletions .github/workflows/slack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Slack PR Notification
on:
pull_request:
# pull request target uses base and has access to secrets
pull_request_target:
types: [opened, reopened]

jobs:
Expand All @@ -11,15 +12,13 @@ jobs:
id: check
run: |
if [[ "${{ github.event.pull_request.title }}" == *"RFC"* ]]; then
echo "::set-output name=notify::true"
else
echo "::set-output name=notify::false"
echo "NOTIFY_SLACK=true" >> $GITHUB_ENV
fi
- name: Notify Slack
if: steps.check.outputs.notify == 'true'
if: env.NOTIFY_SLACK == 'true'
uses: slackapi/[email protected]
with:
channel-id: "rc-test"
slack-message: "${{ github.actor }} opened a new RFC: ${{ github.event.pull_request.title }}"
slack-channel: '#wg-spec'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
38 changes: 38 additions & 0 deletions RFC/001-uxlfoundation-github-org.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
===========================================
Moving to uxlfoundation GitHub Organization
===========================================

Move repo to https://github.com/uxlfoundation/oneapi-spec

Background
==========

Repo is currently location in https://github.com/oneapi-src organization. The
repo is being moved to uxlfoundation organization because oneapi-src is owned by
Intel and contains projects that are not part of UXL.

How it will happen
==================

The repo will be moved to the new org, including PR's, issues, etc. The
following teams will be created in the uxlfoundation org with the same
membership:

* oneapi-spec-maintainers
* oneapi-spec-owners

Documentation that is hosted in GitHub pages will move. Redirects will be setup
for the top level:

* https://oneapi-src.github.io/oneAPI-spec/spec/
* https://oneapi-src.github.io/oneAPI-spec/spec/oneAPI-spec.pdf


GitHub automatically forwards traffic to the old URL to the new URL, so links
and git remotes will continue to work.

Auto-completion of names, e.g. ``@rscohn2`` only works for org members so that
may no longer work. Feel free to request that names be added to uxlfoundation
org.

When: 4/22/2024