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

Setup a repository and action for people to request membership to this organisation #8

Open
justafish opened this issue Nov 1, 2019 · 1 comment
Assignees

Comments

@justafish
Copy link
Contributor

Set them up automatically with enough permissions to be able to assign themselves to an issue and manage labels

@dawehner dawehner self-assigned this Nov 2, 2019
@dawehner
Copy link
Contributor

dawehner commented Nov 3, 2019

@justafish I've tried to implement this, see https://github.com/jsdrupal/contributors/blob/master/.github/workflows/add_triage_member.yml
Sadly it fails with some access denied message in https://github.com/jsdrupal/contributors/commit/1122814b6927c88f9374d16099d0e91d9359ff26/checks?check_suite_id=293504341

According to github the default token doesn't grant you organization permissions, see https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#github_token-secret
so the hope was to create a personal access token with more permissions. This didn't solve the problem either.

Maybe you have some idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants