-
Notifications
You must be signed in to change notification settings - Fork 0
Fix typo in profi file: CeberC13 → CyberC13 #5
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
base: master
Are you sure you want to change the base?
Changes from all commits
7e622f7
75f7fc7
deaca02
c16cf73
dd5e23f
0f68ba8
194e371
44bf4f3
97d8bc6
70db5f6
703fb7a
f276164
bbfa84e
45380ed
cdcb69d
c8c41a9
bab3c1e
da893ad
0a60d02
688f2af
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,16 @@ | ||||||||||||||||||||||||||
| name: Greetings | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| on: [pull_request_target, issues] | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| jobs: | ||||||||||||||||||||||||||
| greeting: | ||||||||||||||||||||||||||
| runs-on: ubuntu-latest | ||||||||||||||||||||||||||
| permissions: | ||||||||||||||||||||||||||
| issues: write | ||||||||||||||||||||||||||
| pull-requests: write | ||||||||||||||||||||||||||
| steps: | ||||||||||||||||||||||||||
| - uses: actions/first-interaction@v1 | ||||||||||||||||||||||||||
| with: | ||||||||||||||||||||||||||
| repo-token: ${{ secrets.GITHUB_TOKEN }} | ||||||||||||||||||||||||||
| issue-message: "Message that will be displayed on users' first issue" | ||||||||||||||||||||||||||
| pr-message: "Message that will be displayed on users' first pull request" | ||||||||||||||||||||||||||
|
Comment on lines
+15
to
+16
|
||||||||||||||||||||||||||
| issue-message: "Message that will be displayed on users' first issue" | |
| pr-message: "Message that will be displayed on users' first pull request" | |
| issue-message: > | |
| Thanks for opening your first issue in this repository! We appreciate your feedback and | |
| contributions. Please make sure you've included all relevant details, logs, and steps to | |
| reproduce (if applicable). For more information on how we work, see our CONTRIBUTING | |
| guidelines in the repository. | |
| pr-message: > | |
| Thanks for submitting your first pull request to this repository! A maintainer will review | |
| your changes as soon as possible. In the meantime, please ensure that all checks are | |
| passing and that your changes are covered by tests (if appropriate). You can also review | |
| our CONTRIBUTING guidelines for information on our review process and coding standards. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,81 @@ | ||
| ### Active Projects and members | ||
|
|
||
| - [`expressjs/badgeboard`](https://github.com/expressjs/badgeboard): @wesleytodd | ||
|
Comment on lines
+1
to
+3
|
||
| - [`expressjs/basic-auth-connect`](https://github.com/expressjs/basic-auth-connect): @ulisesGascon | ||
| - [`expressjs/body-parser`](https://github.com/expressjs/body-parser): @wesleytodd, @jonchurch, @ulisesGascon | ||
| - [`expressjs/codemod`](https://github.com/expressjs/codemod): @bjohansebas (npm: `@bsebas`), @kjugi (npm: `@filip.kudla`) | ||
| - [`expressjs/compression`](https://github.com/expressjs/compression): | ||
| - captains: @UlisesGascon | ||
| - committers: @bjohansebas | ||
| - [`expressjs/connect-multiparty`](https://github.com/expressjs/connect-multiparty): @ulisesGascon | ||
| - [`expressjs/cookie-parser`](https://github.com/expressjs/cookie-parser): @wesleytodd, @UlisesGascon | ||
| - [`expressjs/cookie-session`](https://github.com/expressjs/cookie-session): @ulisesGascon | ||
| - [`expressjs/cors`](https://github.com/expressjs/cors): @jonchurch, @ulisesGascon | ||
| - [`expressjs/discussions`](https://github.com/expressjs/discussions): @wesleytodd | ||
| - [`expressjs/errorhandler`](https://github.com/expressjs/errorhandler): @ulisesGascon | ||
| - [`expressjs/express-paginate`](https://github.com/expressjs/express-paginate): @ulisesGascon | ||
| - [`expressjs/express`](https://github.com/expressjs/express): | ||
| - captains: @wesleytodd, @ulisesGascon | ||
| - committers: @bjohansebas, @Phillip9587 | ||
| - [`expressjs/expressjs.com`](https://github.com/expressjs/expressjs.com): | ||
| - captains: @crandmck, @jonchurch, @bjohansebas | ||
| - committers: @carlosstenzel, @chrisdel101 | ||
| - [`expressjs/flash`](https://github.com/expressjs/flash): @ulisesGascon | ||
| - [`expressjs/generator`](https://github.com/expressjs/generator): @wesleytodd | ||
| - [`expressjs/method-override`](https://github.com/expressjs/method-override): @ulisesGascon | ||
| - [`expressjs/morgan`](https://github.com/expressjs/morgan): @jonchurch, @ulisesGascon | ||
| - [`expressjs/multer`](https://github.com/expressjs/multer): @LinusU, @ulisesGascon | ||
| - [`expressjs/response-time`](https://github.com/expressjs/response-time): | ||
| - Captains: @ulisesGascon | ||
| - Committers: @carpasse | ||
| - [`expressjs/serve-favicon`](https://github.com/expressjs/serve-favicon): @ulisesGascon | ||
| - [`expressjs/serve-index`](https://github.com/expressjs/serve-index): @ulisesGascon | ||
| - [`expressjs/serve-static`](https://github.com/expressjs/serve-static): @ulisesGascon | ||
| - [`expressjs/session`](https://github.com/expressjs/session): | ||
| - Captains: @ulisesGascon | ||
| - Committers: @bjohansebas | ||
| - [`expressjs/statusboard`](https://github.com/expressjs/statusboard): @wesleytodd | ||
| - [`expressjs/timeout`](https://github.com/expressjs/timeout): @ulisesGascon | ||
| - [`expressjs/vhost`](https://github.com/expressjs/vhost): @ulisesGascon | ||
| - [`jshttp/accepts`](https://github.com/jshttp/accepts): @blakeembrey | ||
| - [`jshttp/basic-auth`](https://github.com/jshttp/basic-auth): @blakeembrey | ||
| - [`jshttp/compressible`](https://github.com/jshttp/compressible): @blakeembrey | ||
| - [`jshttp/content-disposition`](https://github.com/jshttp/content-disposition): @blakeembrey | ||
| - [`jshttp/content-type`](https://github.com/jshttp/content-type): @blakeembrey | ||
| - [`jshttp/cookie`](https://github.com/jshttp/cookie): @blakeembrey | ||
| - [`jshttp/etag`](https://github.com/jshttp/etag): @blakeembrey | ||
| - [`jshttp/forwarded`](https://github.com/jshttp/forwarded): @blakeembrey | ||
| - [`jshttp/fresh`](https://github.com/jshttp/fresh): @blakeembrey | ||
| - [`jshttp/http-assert`](https://github.com/jshttp/http-assert): @wesleytodd, @jonchurch, @ulisesGascon | ||
| - [`jshttp/http-errors`](https://github.com/jshttp/http-errors): @wesleytodd, @jonchurch, @ulisesGascon | ||
| - [`jshttp/media-typer`](https://github.com/jshttp/media-typer): @blakeembrey | ||
| - [`jshttp/methods`](https://github.com/jshttp/methods): @blakeembrey | ||
| - [`jshttp/mime-db`](https://github.com/jshttp/mime-db): @blakeembrey, @UlisesGascon | ||
| - [`jshttp/mime-types`](https://github.com/jshttp/mime-types): @blakeembrey, @UlisesGascon | ||
| - [`jshttp/negotiator`](https://github.com/jshttp/negotiator): @blakeembrey | ||
| - [`jshttp/on-finished`](https://github.com/jshttp/on-finished): @wesleytodd, @ulisesGascon | ||
| - [`jshttp/on-headers`](https://github.com/jshttp/on-headers): @blakeembrey | ||
| - [`jshttp/proxy-addr`](https://github.com/jshttp/proxy-addr): @wesleytodd, @ulisesGascon | ||
| - [`jshttp/range-parser`](https://github.com/jshttp/range-parser): @blakeembrey | ||
| - [`jshttp/statuses`](https://github.com/jshttp/statuses): @blakeembrey | ||
| - [`jshttp/type-is`](https://github.com/jshttp/type-is): @blakeembrey | ||
| - [`jshttp/vary`](https://github.com/jshttp/vary): @blakeembrey | ||
| - [`pillarjs/cookies`](https://github.com/pillarjs/cookies): @blakeembrey | ||
| - [`pillarjs/csrf`](https://github.com/pillarjs/csrf): @ulisesGascon | ||
| - [`pillarjs/encodeurl`](https://github.com/pillarjs/encodeurl): @blakeembrey | ||
| - [`pillarjs/finalhandler`](https://github.com/pillarjs/finalhandler): | ||
| - captains: @wesleytodd, @ulisesGascon | ||
| - committers: @Phillip9587 | ||
| - [`pillarjs/hbs`](https://github.com/pillarjs/hbs): @ulisesGascon | ||
| - [`pillarjs/multiparty`](https://github.com/pillarjs/multiparty): @blakeembrey | ||
| - [`pillarjs/parseurl`](https://github.com/pillarjs/parseurl): @blakeembrey | ||
| - [`pillarjs/path-to-regexp`](https://github.com/pillarjs/path-to-regexp): @blakeembrey | ||
| - [`pillarjs/request`](https://github.com/pillarjs/request): @wesleytodd | ||
| - [`pillarjs/resolve-path`](https://github.com/pillarjs/resolve-path): @blakeembrey | ||
| - [`pillarjs/router`](https://github.com/pillarjs/router): @wesleytodd, @ulisesGascon | ||
| - [`pillarjs/send`](https://github.com/pillarjs/send): @blakeembrey | ||
| - [`pillarjs/understanding-csrf`](https://github.com/pillarjs/understanding-csrf): @ulisesGascon | ||
|
|
||
| ### Current Initiative Captains | ||
|
|
||
| - Triage team [ref](https://github.com/expressjs/discussions/issues/227): @UlisesGascon | ||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -0,0 +1,2 @@ | ||||
|
|
||||
|
||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +0,0 @@ | ||
| SecretService ## Hi there 👋 | ||
|
|
||
| <!-- | ||
| **cezary13k/.github** is a ✨ _special_ ✨ repository because its `profile/README.md` (this file) appears on your GitHub profile. | ||
|
|
||
| Here are some ideas to get you started: | ||
|
|
||
| - 🔭 I’m currently working on ... | ||
| - 🌱 I’m currently learning ... | ||
| - 👯 I’m looking to collaborate on ... | ||
| - 🤔 I’m looking for help with ... | ||
| - 💬 Ask me about ... | ||
| - 📫 How to reach me: ... | ||
| - 😄 Pronouns: ... | ||
| - ⚡ Fun fact: ... | ||
| --> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The workflow references
actions/first-interaction@v1by tag. To reduce supply-chain risk, pin the action to a specific commit SHA (or at least a major+minor tag if available).